docs: add project documentation (architecture, API, interfaces, config, deployment)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 12:02:47 +02:00
parent 21712c972d
commit 2db89bc33a
6 changed files with 475 additions and 0 deletions

11
doc/README.md Normal file
View File

@@ -0,0 +1,11 @@
# VoiceLog Projektdokumentation
> Zentrales Verzeichnis für Architektur, Schnittstellen und Betrieb.
| Dokument | Inhalt |
|---|---|
| [architecture.md](architecture.md) | Gesamtarchitektur, Datenmodell, Hintergrundverarbeitung |
| [api.md](api.md) | Alle HTTP-Endpunkte der Anwendung |
| [interfaces.md](interfaces.md) | Externe Schnittstellen (Transcription-API, Ollama) |
| [configuration.md](configuration.md) | Umgebungsvariablen und Laufzeiteinstellungen |
| [deployment.md](deployment.md) | Build, Deploy, Betrieb mit Podman |