77c720e2df
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 50s
CI / test-go-edu-search (push) Successful in 45s
CI / test-python-klausur (push) Failing after 3m50s
CI / test-python-agent-core (push) Successful in 36s
CI / test-nodejs-website (push) Successful in 49s
- CLAUDE.md gets a new section summarising the two feature strands, pitfalls (Timefold name, JSX quotes, LOC budget), the auth/messaging outsourcing, and pointers to the three memory files for next session. - docs-src/services/schulkalender/ — 5 MkDocs pages mirroring the stundenplan structure: index, architecture, holidays, parent-flow, notifications. Each with DB tables, endpoints, and the dispatch payload contract for the colleague's Matrix/Email services. - mkdocs.yml gains the Schulkalender nav entry under Services. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
105 lines
3.5 KiB
YAML
105 lines
3.5 KiB
YAML
site_name: BreakPilot Lehrer - Dokumentation
|
|
site_url: https://macmini:8010
|
|
docs_dir: docs-src
|
|
site_dir: docs-site
|
|
|
|
theme:
|
|
name: material
|
|
language: de
|
|
palette:
|
|
- scheme: default
|
|
primary: blue
|
|
accent: blue
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Dark Mode
|
|
- scheme: slate
|
|
primary: blue
|
|
accent: blue
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Light Mode
|
|
features:
|
|
- search.highlight
|
|
- search.suggest
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- navigation.top
|
|
- content.code.copy
|
|
- toc.follow
|
|
|
|
plugins:
|
|
- search:
|
|
lang: de
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- tables
|
|
- attr_list
|
|
- md_in_html
|
|
- toc:
|
|
permalink: true
|
|
|
|
nav:
|
|
- Start: index.md
|
|
- Projekt:
|
|
- Vision & Mission: projekt/vision-und-mission.md
|
|
- Roadmap: projekt/roadmap.md
|
|
- Hardware & Distribution: projekt/hardware-und-distribution.md
|
|
- Services:
|
|
- KI-Daten-Pipeline:
|
|
- Uebersicht: services/ki-daten-pipeline/index.md
|
|
- Architektur: services/ki-daten-pipeline/architecture.md
|
|
- Klausur-Service:
|
|
- Uebersicht: services/klausur-service/index.md
|
|
- BYOEH Systemerklaerung: services/klausur-service/byoeh-system-erklaerung.md
|
|
- BYOEH Architektur: services/klausur-service/BYOEH-Architecture.md
|
|
- BYOEH Developer Guide: services/klausur-service/BYOEH-Developer-Guide.md
|
|
- NiBiS Pipeline: services/klausur-service/NiBiS-Ingestion-Pipeline.md
|
|
- OCR Pipeline: services/klausur-service/OCR-Pipeline.md
|
|
- OCR Kombi Pipeline: services/klausur-service/OCR-Kombi-Pipeline.md
|
|
- TrOCR ONNX: services/klausur-service/TrOCR-ONNX.md
|
|
- OCR Labeling: services/klausur-service/OCR-Labeling-Spec.md
|
|
- OCR Vergleich: services/klausur-service/OCR-Compare.md
|
|
- RAG Admin: services/klausur-service/RAG-Admin-Spec.md
|
|
- Worksheet Editor: services/klausur-service/Worksheet-Editor-Architecture.md
|
|
- Chunk-Browser: services/klausur-service/Chunk-Browser.md
|
|
- RAG Landkarte: services/klausur-service/RAG-Landkarte.md
|
|
- Voice-Service:
|
|
- Uebersicht: services/voice-service/index.md
|
|
- Agent-Core:
|
|
- Uebersicht: services/agent-core/index.md
|
|
- Stundenplaner:
|
|
- Uebersicht: services/stundenplan/index.md
|
|
- Architektur: services/stundenplan/architecture.md
|
|
- Constraints: services/stundenplan/constraints.md
|
|
- Solver-Tuning: services/stundenplan/solver-tuning.md
|
|
- Export: services/stundenplan/export.md
|
|
- Schulkalender:
|
|
- Uebersicht: services/schulkalender/index.md
|
|
- Architektur: services/schulkalender/architecture.md
|
|
- Ferien-Snapshot: services/schulkalender/holidays.md
|
|
- Eltern-Workflow: services/schulkalender/parent-flow.md
|
|
- Notifications: services/schulkalender/notifications.md
|
|
- Architektur:
|
|
- Multi-Agent System: architecture/multi-agent.md
|
|
- Zeugnis-System: architecture/zeugnis-system.md
|
|
- Entwicklung:
|
|
- Testing: development/testing.md
|
|
- Regression Testing: development/regression-testing.md
|
|
- Dokumentation: development/documentation.md
|
|
- CI/CD Pipeline: development/ci-cd-pipeline.md
|