mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 07:49:22 +02:00
[doc] add global TOC to sidebar
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
69747d5cb3
commit
188efe53e8
2 changed files with 11 additions and 1 deletions
|
@ -157,7 +157,13 @@ if CONTACT_URL:
|
|||
html_context["project_links"].append(ProjectLink("Contact", CONTACT_URL))
|
||||
|
||||
html_sidebars = {
|
||||
"**": ["project.html", "relations.html", "searchbox.html", "sourcelink.html"],
|
||||
"**": [
|
||||
"globaltoc.html",
|
||||
"project.html",
|
||||
"relations.html",
|
||||
"searchbox.html",
|
||||
"sourcelink.html"
|
||||
],
|
||||
}
|
||||
singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]}
|
||||
html_logo = "../src/brand/searxng-wordmark.svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue