Files
ArchiveCostWebapp/properdocs.yml
T
ebner f445309251
Build and Publish Site / docker (push) Failing after 14s
???
2026-07-01 14:26:41 +02:00

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