Files
ArchiveCostWebapp/properdocs.yml
T
huesser 2846babf84 - Anpassungen damit das Ganze auf gitea zum Laufen kommt
- Beginn mit einer automatisierten Dokumentation
2026-06-30 17:50:29 +02:00

29 lines
659 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
- Code-Referenz: 04_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