chore: add mkdocs, docs/index.md configuration
This commit is contained in:
17
docs/index.md
Normal file
17
docs/index.md
Normal 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
16
mkdocs.yml
Normal 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
|
||||
Reference in New Issue
Block a user