2026-04-10 09:42:44 +02:00
|
|
|
site_name: GWÖ-Antragsprüfer Docs
|
2026-04-10 09:47:06 +02:00
|
|
|
site_url: https://docs.toppyr.de/gwoe-antragspruefer/
|
2026-04-10 09:42:44 +02:00
|
|
|
repo_url: https://repo.toppyr.de/tobias/gwoe-antragspruefer
|
|
|
|
|
repo_name: tobias/gwoe-antragspruefer
|
|
|
|
|
|
|
|
|
|
theme:
|
|
|
|
|
name: material
|
|
|
|
|
language: de
|
|
|
|
|
palette:
|
|
|
|
|
primary: teal
|
|
|
|
|
accent: light green
|
|
|
|
|
features:
|
|
|
|
|
- navigation.sections
|
|
|
|
|
- navigation.expand
|
|
|
|
|
- search.highlight
|
|
|
|
|
|
|
|
|
|
nav:
|
|
|
|
|
- Start: index.md
|
|
|
|
|
- Architecture Decision Records:
|
|
|
|
|
- Übersicht: adr/index.md
|
|
|
|
|
- "0001 LLM-Citation-Binding": adr/0001-llm-citation-binding.md
|
|
|
|
|
- "0002 Adapter-Architektur": adr/0002-adapter-architecture.md
|
|
|
|
|
- "0003 Citation-Property-Tests": adr/0003-citation-property-tests.md
|
|
|
|
|
- "0004 Deployment-Workflow": adr/0004-deployment-workflow.md
|
2026-04-10 14:09:42 +02:00
|
|
|
- Reference:
|
|
|
|
|
- Adapter-Capabilities: reference/adapter-capabilities.md
|
2026-04-10 09:42:44 +02:00
|
|
|
- Archiv:
|
|
|
|
|
- Übersicht: archive/index.md
|
|
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- tables
|
|
|
|
|
- admonition
|
|
|
|
|
- pymdownx.highlight
|
|
|
|
|
- pymdownx.superfences
|
|
|
|
|
- pymdownx.details
|
|
|
|
|
- toc:
|
|
|
|
|
permalink: true
|