From cd646046f8f2315a29e64875339e82951ec5f3db Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 3 Dec 2023 11:31:37 +0100 Subject: [PATCH] Updated the mkdocs.yml --- mkdocs.yml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 26194981..cf2341e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,10 +15,19 @@ plugins: - locale: en default: true name: English - build: true - locale: de name: Deutsch - build: true + nav_translations: + Start: Startseite + Frequently Asked Questions: Häufig gestellte Fragen + Setup: Einrichtung + Guides: Anleitungen + Configuring a Reverse Proxy: Einrichten eines Reverse Proxys + Troubleshooting: Fehlerbehebung + Instructions: Anweisungen + The Interface: Die Benutzeroberfläche + Settings: Einstellungen + theme: name: material logo: assets/images/logo.png @@ -66,14 +75,14 @@ markdown_extensions: emoji_generator: !!python/name:materialx.emoji.to_svg nav: - - Start: index.en.md - - Frequently Asked Questions: faq.en.md + - Start: index.md + - Frequently Asked Questions: faq.md - Setup: - - Linux: setup/linux.en.md - - Windows: setup/windows.en.md + - Linux: setup/linux.md + - Windows: setup/windows.md - Guides: - - Configuring a Reverse Proxy: guides/reverse-proxy.en.md - - Troubleshooting: troubleshooting.en.md + - Configuring a Reverse Proxy: guides/reverse-proxy.md + - Troubleshooting: troubleshooting.md - Instructions: - - The Interface: instructions/main.en.md - - Settings: instructions/settings.en.md + - The Interface: instructions/main.md + - Settings: instructions/settings.md