From 3dbf2f9a4fa9cac4b8b7dfbbaab651fc1bee4590 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 7 Jul 2024 20:38:52 +0100 Subject: [PATCH] Include all pages in navigation Disable navigation tabs as they duplicated the task of the deluge header --- docs/{ => development}/building/libtorrent.md | 0 docs/{ => development}/building/openssl.md | 0 mkdocs.yml | 16 ++++++++++++---- 3 files changed, 12 insertions(+), 4 deletions(-) rename docs/{ => development}/building/libtorrent.md (100%) rename docs/{ => development}/building/openssl.md (100%) diff --git a/docs/building/libtorrent.md b/docs/development/building/libtorrent.md similarity index 100% rename from docs/building/libtorrent.md rename to docs/development/building/libtorrent.md diff --git a/docs/building/openssl.md b/docs/development/building/openssl.md similarity index 100% rename from docs/building/openssl.md rename to docs/development/building/openssl.md diff --git a/mkdocs.yml b/mkdocs.yml index 181cacc5c..ba42d92c2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,16 +5,17 @@ theme: logo: assets/deluge_logo.png favicon: assets/deluge_icon.png features: - - navigation.tabs - navigation.sections - navigation.path - navigation.indexes font: test: Open Sans - #text: Josefin Sans palette: scheme: deluge custom_dir: overrides +plugins: + - search + - awesome-pages markdown_extensions: - pymdownx.magiclink extra_css: @@ -24,13 +25,20 @@ extra_css: nav: - Home: index.md - Download: download.md - - Plugins: plugins - Support: + - userguide/index.md + - ... | installing/*.md + - ... | userguide/*.md - FAQ: faq.md - - User Guide: userguide/index.md + - Troubleshooting: troubleshooting.md + - Contact: contactus.md + - Plugins: + - plugins/index.md + - ... | plugins/*.md - Contributing: - Bug Report: contributing/bugreporting.md - Coding Style: contributing/codingstyle.md - Pull Requests: contributing/pullrequests.md - Development: - Development: development/index.md + - ... | development/*.md