Files
ArchiveCostWebapp/properdocs.yml
T
ebner e073a7ded6
Build and Publish Site / docker (push) Successful in 16s
t
2026-07-01 14:30:44 +02:00

30 lines
670 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