Sha256: b4c81de2f47c6d456b254f06b62bccb20adec54ef6a8478a37eb58f41f2d7efb

Contents?: true

Size: 702 Bytes

Versions: 268

Compression:

Stored size: 702 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]
param_header = "#" * (3 + level)
-%>
<%= param_header %> <%= name %> (<%= type %>) (<%= required_label %>)

<%= description %>
<%- if type == :enum -%>

Available values: <%= config[:list].join(", ") %>
<%- end -%>
<%- if default -%>

Default value: `<%= default %>`.
<%- end -%>
<%- if alias_name -%>

Alias: <%= alias_name %>
<%- end -%>
<%- if deprecated -%>

Deprecated: <%= deprecated %>
<%- end -%>
<%- if obsoleted -%>

Obsoleted: <%= :obsoleted %>
<%- end -%>

Version data entries

268 entries across 268 versions & 8 rubygems

Version Path
fluentd-1.16.4-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.16.4-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.4-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.4 templates/plugin_config_formatter/param.md.erb
fluentd222-1.16.2-x86_64-linux templates/plugin_config_formatter/param.md.erb
fluentd-1.16.3-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.3-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.3-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.16.3 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.2-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.2-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.2-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.16.2 templates/plugin_config_formatter/param.md.erb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/fluentd-1.16.1/templates/plugin_config_formatter/param.md.erb
fluentd-1.16.1-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.16.1-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.1-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.1 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.0-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.0-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb