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:
Pier-Hugues Pellerin 2017-02-18 18:40:02 -05:00 committed by Suyog Rao
parent 976ae63cba
commit 504cfce2cb

View file

@ -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 -%>