chore: add mkdocs, docs/index.md configuration

This commit is contained in:
Bruchtal Admin
2026-02-18 18:31:11 +01:00
parent dfa4a43e74
commit 19b421cd7b
2 changed files with 33 additions and 0 deletions

17
docs/index.md Normal file
View File

@@ -0,0 +1,17 @@
# Bruchtal
Willkommen in der Infrastruktur-Dokumentation von **Bruchtal**.
## Ziel
Diese Dokumentation beschreibt:
- 🖧 Netzwerk
- 🧱 Proxmox & VMs
- 🐳 Docker-Services
- 💾 Backup & Storage
- 🔐 Sicherheit
---
> Git ist die Quelle der Wahrheit.

16
mkdocs.yml Normal file
View File

@@ -0,0 +1,16 @@
site_name: Bruchtal
site_description: Infrastruktur- und Betriebsdokumentation von Bruchtal
site_author: Bruchtal
theme:
name: material
language: de
nav:
- Übersicht: index.md
- Netzwerk:
- Topologie: network/topology.md
- Proxmox:
- VMs: proxmox/vms.md
- Docker:
- Architektur: docker/architecture.md