feat: Implement core add-in UI and logic, establish MkDocs documentation, and update production manifest.
This commit is contained in:
25
mkdocs.yml
Normal file
25
mkdocs.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
site_name: Cable Consolidation Add-in Docs
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
# Palette toggle for light mode
|
||||
- scheme: default
|
||||
primary: indigo
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Switch to dark mode
|
||||
# Palette toggle for dark mode
|
||||
- scheme: slate
|
||||
primary: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
docs_dir: docs
|
||||
nav:
|
||||
- Home: README.md
|
||||
- Architektur: 01_Architektur.md
|
||||
- Entwicklungs-Setup: 02_Entwicklung_Setup.md
|
||||
- Benutzerhandbuch: 03_Benutzerhandbuch.md
|
||||
- Deployment: 04_Deployment.md
|
||||
- Lokales Sideloading: 05_Lokales_Prod_Sideloading.md
|
||||
- "📥 Prod-XML herunterladen": manifest.prod.xml
|
||||
Reference in New Issue
Block a user