docs: add a documentation index and repo inventory
Improve orientation across the doc set without duplicating content: - README: add a "Dokumentation" table mapping each doc (README, BEDIENUNGSANLEITUNG, INSTALL_FROM_ARCHIVE, SECURITY_AND_OPERATIONS, man page, CHANGELOG) to who it is for and what it covers. - SECURITY_AND_OPERATIONS §1: extend the module map with a repo-level inventory (tests, config template, packaging, build/CI/hook scripts, docs) so "which file does what" is answered beyond the src/ modules. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
4a5c2e27e1
commit
0dc08b003d
2 changed files with 32 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -10,6 +10,17 @@ Text, Datei oder Remote-URL.
|
|||
einziges Python-Paket mit konsistenter Konfiguration, Locking und
|
||||
Fehlerbehandlung.
|
||||
|
||||
## Dokumentation
|
||||
|
||||
| Dokument | Für wen / wofür |
|
||||
|---|---|
|
||||
| README (diese Datei) | Schnelleinstieg: Installation, Konfiguration, Verwendung |
|
||||
| [`BEDIENUNGSANLEITUNG.md`](BEDIENUNGSANLEITUNG.md) | Vollständiges Benutzerhandbuch (alle Aktionen, Optionen, Fehlersuche) |
|
||||
| [`INSTALL_FROM_ARCHIVE.md`](INSTALL_FROM_ARCHIVE.md) | Installation aus dem `.tar.gz`-Archiv + Archiv selbst bauen/verifizieren |
|
||||
| [`docs/SECURITY_AND_OPERATIONS.md`](docs/SECURITY_AND_OPERATIONS.md) | Architektur, Modul-/Repo-Übersicht, Sicherheits- & Betriebsmodell |
|
||||
| `man/llamacppctl.1` | Vollständige Optionsreferenz (`man llamacppctl` bzw. `man ./man/llamacppctl.1`) |
|
||||
| [`CHANGELOG.md`](CHANGELOG.md) | Versionshistorie |
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue