Include all pages in navigation

Disable navigation tabs as they duplicated the task of the deluge header
This commit is contained in:
Calum Lind 2024-07-07 20:38:52 +01:00
parent 5322f702ea
commit 3dbf2f9a4f
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
3 changed files with 12 additions and 4 deletions

View File

@ -5,16 +5,17 @@ theme:
logo: assets/deluge_logo.png logo: assets/deluge_logo.png
favicon: assets/deluge_icon.png favicon: assets/deluge_icon.png
features: features:
- navigation.tabs
- navigation.sections - navigation.sections
- navigation.path - navigation.path
- navigation.indexes - navigation.indexes
font: font:
test: Open Sans test: Open Sans
#text: Josefin Sans
palette: palette:
scheme: deluge scheme: deluge
custom_dir: overrides custom_dir: overrides
plugins:
- search
- awesome-pages
markdown_extensions: markdown_extensions:
- pymdownx.magiclink - pymdownx.magiclink
extra_css: extra_css:
@ -24,13 +25,20 @@ extra_css:
nav: nav:
- Home: index.md - Home: index.md
- Download: download.md - Download: download.md
- Plugins: plugins
- Support: - Support:
- userguide/index.md
- ... | installing/*.md
- ... | userguide/*.md
- FAQ: faq.md - FAQ: faq.md
- User Guide: userguide/index.md - Troubleshooting: troubleshooting.md
- Contact: contactus.md
- Plugins:
- plugins/index.md
- ... | plugins/*.md
- Contributing: - Contributing:
- Bug Report: contributing/bugreporting.md - Bug Report: contributing/bugreporting.md
- Coding Style: contributing/codingstyle.md - Coding Style: contributing/codingstyle.md
- Pull Requests: contributing/pullrequests.md - Pull Requests: contributing/pullrequests.md
- Development: - Development:
- Development: development/index.md - Development: development/index.md
- ... | development/*.md