Sha256: 4abcceb794c94cda94ee234798774eb558c2bea5d81d5ca43d72437da6f03e02

Contents?: true

Size: 627 Bytes

Versions: 108

Compression:

Stored size: 627 Bytes

Contents

<%-
type = config[:type]
required_label = config[:required] ? "required" : "optional"
default = config[:default]
alias_name = config[:alias]
deprecated = config[:deprecated]
obsoleted = config[:obsoleted]
description = config[:desc]
-%>
|<%= name %>|<%= type %> (<%= required_label %>)|<%= description %><%- if type == :enum -%> (<%= config[:list].map{|x| "`#{x}`"}.join(", ") %>)<%- end -%><%- if alias_name -%><br>Alias: <%= alias_name %><%- end -%><%- if deprecated -%><br>Deprecated: <%= deprecated %><%- end -%><%- if obsoleted -%><br>Obsoleted: <%= :obsoleted %><%- end -%>|<%- if default -%>`<%= default %>`<%- end -%>|

Version data entries

108 entries across 108 versions & 7 rubygems

Version Path
fluentd-1.14.0-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.14.0-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.14.0 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.14.0.rc templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.3-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.3-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.3 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.2-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.2-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.2 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.1-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.1-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.1 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.0-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.0-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.13.0 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.12.4-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.12.4-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.12.4 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.12.3-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb