Some checks failed
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 28s
CI / test-go-edu-search (push) Successful in 27s
CI / test-python-klausur (push) Failing after 1m55s
CI / test-python-agent-core (push) Successful in 16s
CI / test-nodejs-website (push) Successful in 19s
Track A (Backend): - Compound word IPA decomposition (schoolbag→school+bag) - Trailing garbled IPA fragment removal after brackets (R21 fix) - Regression runner with DB persistence, history endpoints - Page crop determinism verified with tests Track B (Frontend): - OCR Regression dashboard (/ai/ocr-regression) - Ground Truth Review workflow (/ai/ocr-ground-truth) with split-view, confidence highlighting, inline edit, batch mark, progress tracking Track C (Docs): - OCR-Pipeline.md v5.0 (Steps 5e-5h) - Regression testing guide - mkdocs.yml nav update Track D (Infra): - TrOCR baseline benchmark script - run-regression.sh shell script - Migration 008: regression_runs table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
90 lines
2.7 KiB
YAML
90 lines
2.7 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 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
|
|
- Voice-Service:
|
|
- Uebersicht: services/voice-service/index.md
|
|
- Agent-Core:
|
|
- Uebersicht: services/agent-core/index.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
|