Moved quick search to the top of the sidebar

This commit is contained in:
Seth House 2014-04-29 16:58:36 -06:00
parent c3d4816275
commit 04021cb233

View File

@ -193,20 +193,20 @@ html_additional_pages = {
}
html_default_sidebars = [
html_search_template,
'version.html',
'localtoc.html',
'relations.html',
'sourcelink.html',
html_search_template,
]
html_sidebars = {
'ref/**/all/salt.*': [
html_search_template,
'version.html',
'modules-sidebar.html',
'localtoc.html',
'relations.html',
'sourcelink.html',
html_search_template,
],
'ref/formula/all/*': [
],