mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Moved quick search to the top of the sidebar
This commit is contained in:
parent
c3d4816275
commit
04021cb233
1 changed files with 2 additions and 2 deletions
|
@ -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/*': [
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue