Files
huesser 9454860a41
Build and Publish Site / docker (push) Successful in 22s
Arbeit an der Dokumentation: "Deployment" Teil ziemlich fertig.
2026-07-01 16:39:24 +02:00

32 lines
746 B
YAML

site_name: ArchiveCostWebapp Dokumentation
theme:
name: material
nav:
- Startseite: index.md
- Architektur: 01_architecture.md
- Implementation: 02_implementation.md
- Deployment: 03_deployment.md
- Benutzung: 04_benutzung.md
- Fehlerbehandlung: 05_fehlerbehandlung.md
- Code-Referenz: 06_api_reference.md
plugins:
- search
- mkdocstrings:
# handlers:
# python:
# setup_commands:
# - import sys
# - sys.path.append(".")
# HIER WIRD MERMAID AKTIVIERT:
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format