documentation

in lib/logstash-docket/aliased_plugin.rb [31:37]


    def documentation
      content = @canonical_plugin.documentation
      @doc_headers.reduce(content) do |memo, header|
        memo.gsub(header.fetch("replace"), header.fetch("with"))
      end
    end