mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
Update navigation config
This commit is contained in:
parent
12c9823df8
commit
6b8f98fd7a
1 changed files with 8 additions and 3 deletions
11
mkdocs.yml
11
mkdocs.yml
|
@ -1,9 +1,13 @@
|
||||||
site_name: Deluge BitTorrent Client
|
site_name: Deluge
|
||||||
site_url: https://deluge-bittorrent.org
|
site_url: https://deluge-torrent.org
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
logo: assets/deluge_logo.png
|
logo: assets/deluge_logo.png
|
||||||
favicon: assets/deluge_icon.png
|
favicon: assets/deluge_icon.png
|
||||||
|
features:
|
||||||
|
- navigation.sections
|
||||||
|
- navigation.path
|
||||||
|
- navigation.indexes
|
||||||
font:
|
font:
|
||||||
test: Open Sans
|
test: Open Sans
|
||||||
#text: Josefin Sans
|
#text: Josefin Sans
|
||||||
|
@ -18,5 +22,6 @@ nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Download: download.md
|
- Download: download.md
|
||||||
- Plugins: plugins
|
- Plugins: plugins
|
||||||
- Support: userguide
|
- Support:
|
||||||
|
- User Guide: userguide/index.md
|
||||||
- Development: development
|
- Development: development
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue