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