Skip to content

Commit

Permalink
Updated the mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Dec 3, 2023
1 parent 821c123 commit cd64604
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit cd64604

Please sign in to comment.