mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Include all pages in navigation
Disable navigation tabs as they duplicated the task of the deluge header
This commit is contained in:
parent
5322f702ea
commit
3dbf2f9a4f
3 changed files with 12 additions and 4 deletions
16
mkdocs.yml
16
mkdocs.yml
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue