DOcs
This commit is contained in:
83
mkdocs.yml
83
mkdocs.yml
@@ -1,5 +1,5 @@
|
||||
site_name: Ripster
|
||||
site_description: Halbautomatische Disc-Ripping-Plattform für DVDs & Blu-rays mit HandBrake-Encoding
|
||||
site_description: Benutzerhandbuch für den Betrieb von Ripster mit technischem Anhang
|
||||
site_author: Michael
|
||||
site_url: https://mboehmlaender.github.io/ripster/
|
||||
|
||||
@@ -45,45 +45,54 @@ theme:
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Erste Schritte:
|
||||
- Benutzerhandbuch:
|
||||
- getting-started/index.md
|
||||
- Voraussetzungen: getting-started/prerequisites.md
|
||||
- Installation: getting-started/installation.md
|
||||
- Konfiguration: getting-started/configuration.md
|
||||
- Schnellstart: getting-started/quickstart.md
|
||||
- Architektur:
|
||||
- architecture/index.md
|
||||
- Übersicht: architecture/overview.md
|
||||
- Backend-Services: architecture/backend.md
|
||||
- Frontend-Komponenten: architecture/frontend.md
|
||||
- Datenbank: architecture/database.md
|
||||
- Pipeline:
|
||||
- pipeline/index.md
|
||||
- Workflow & Zustände: pipeline/workflow.md
|
||||
- Encode-Planung & Track-Auswahl: pipeline/encoding.md
|
||||
- Playlist-Analyse: pipeline/playlist-analysis.md
|
||||
- Encode-Skripte (Pre & Post): pipeline/post-encode-scripts.md
|
||||
- API-Referenz:
|
||||
- api/index.md
|
||||
- Pipeline API: api/pipeline.md
|
||||
- Settings API: api/settings.md
|
||||
- History API: api/history.md
|
||||
- Cron API: api/crons.md
|
||||
- Runtime Activities API: api/runtime-activities.md
|
||||
- WebSocket Events: api/websocket.md
|
||||
- Konfiguration:
|
||||
- configuration/index.md
|
||||
- Alle Einstellungen: configuration/settings-reference.md
|
||||
- Umgebungsvariablen: configuration/environment.md
|
||||
- Deployment:
|
||||
- deployment/index.md
|
||||
- Entwicklungsumgebung: deployment/development.md
|
||||
- Produktion: deployment/production.md
|
||||
- Externe Tools:
|
||||
- tools/index.md
|
||||
- MakeMKV: tools/makemkv.md
|
||||
- HandBrake: tools/handbrake.md
|
||||
- MediaInfo: tools/mediainfo.md
|
||||
- Ersteinrichtung: getting-started/configuration.md
|
||||
- Erster Lauf: getting-started/quickstart.md
|
||||
- GUI-Seiten:
|
||||
- gui/index.md
|
||||
- Dashboard: gui/dashboard.md
|
||||
- Settings: gui/settings.md
|
||||
- Historie: gui/history.md
|
||||
- Database (Expert): gui/database.md
|
||||
- Workflows aus Nutzersicht: workflows/index.md
|
||||
- Technischer Anhang:
|
||||
- appendix/index.md
|
||||
- Konfiguration:
|
||||
- configuration/index.md
|
||||
- Alle Einstellungen: configuration/settings-reference.md
|
||||
- Umgebungsvariablen: configuration/environment.md
|
||||
- Pipeline intern:
|
||||
- pipeline/index.md
|
||||
- Workflow & Zustände: pipeline/workflow.md
|
||||
- Encode-Planung & Track-Auswahl: pipeline/encoding.md
|
||||
- Playlist-Analyse: pipeline/playlist-analysis.md
|
||||
- Encode-Skripte (Pre & Post): pipeline/post-encode-scripts.md
|
||||
- API-Referenz:
|
||||
- api/index.md
|
||||
- Pipeline API: api/pipeline.md
|
||||
- Settings API: api/settings.md
|
||||
- History API: api/history.md
|
||||
- Cron API: api/crons.md
|
||||
- Runtime Activities API: api/runtime-activities.md
|
||||
- WebSocket Events: api/websocket.md
|
||||
- Architektur:
|
||||
- architecture/index.md
|
||||
- Übersicht: architecture/overview.md
|
||||
- Backend-Services: architecture/backend.md
|
||||
- Frontend-Komponenten: architecture/frontend.md
|
||||
- Datenbank: architecture/database.md
|
||||
- Deployment:
|
||||
- deployment/index.md
|
||||
- Entwicklungsumgebung: deployment/development.md
|
||||
- Produktion: deployment/production.md
|
||||
- Externe Tools:
|
||||
- tools/index.md
|
||||
- MakeMKV: tools/makemkv.md
|
||||
- HandBrake: tools/handbrake.md
|
||||
- MediaInfo: tools/mediainfo.md
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
|
||||
Reference in New Issue
Block a user