mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Remove the default column in the plugin doc page to give space to the sidebar (#6715)
* Remove the default column in the plugin doc page to give space to the sidebar Fix: #6515
This commit is contained in:
parent
976ae63cba
commit
504cfce2cb
1 changed files with 2 additions and 7 deletions
|
@ -53,9 +53,9 @@ Complete configuration example:
|
|||
|
||||
Available configuration options:
|
||||
|
||||
[cols="<,<,<,<m",options="header",]
|
||||
[cols="<,<,<",options="header",]
|
||||
|=======================================================================
|
||||
|Setting |Input type|Required|Default value
|
||||
|Setting |Input type|Required
|
||||
<% sorted_attributes.each do |name, config|
|
||||
next if config[:obsolete]
|
||||
next if config[:deprecated]
|
||||
|
@ -75,11 +75,6 @@ Available configuration options:
|
|||
else
|
||||
annotation += "|No"
|
||||
end
|
||||
if config.include?(:default)
|
||||
annotation += "|`#{config[:default].inspect}`"
|
||||
else
|
||||
annotation += "|"
|
||||
end
|
||||
-%>
|
||||
| <<plugins-<%= section %>s-<%=config_name%>-<%=name%>>> <%= annotation %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue