[doc] Init dokumentation mit mdbook + grobes inhaltsverzeichnis

This commit is contained in:
ahtlon
2024-10-24 19:35:26 +02:00
committed by kalipso
parent 29fa4eda1e
commit 8e0f846e54
4 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@
result
*.qcow2
.direnv/
book/

6
book.toml Normal file
View File

@@ -0,0 +1,6 @@
[book]
authors = ["ahtlon"]
language = "de"
multilingual = false
src = "src"
title = "Malobeo Infrastruktur Dokumentation"

View File

@@ -18,5 +18,6 @@ mkShell {
sops-init-gpg-key
sops
pkgs.python310Packages.grip
pkgs.mdbook
];
}

15
src/SUMMARY.md Normal file
View File

@@ -0,0 +1,15 @@
# Summary
- [Index](./Index.md)
- [Info]()
- [Aktuelle Server]()
- [Durruti](./server/durruti.md)
- [Lucia](./server/lucia.md)
- [Hardware]()
- [Netzwerk]()
- [Seiten]()
- [musik](./projekte/musik.md)
- [TODO](./todo.md)
- [How-to]()
- [Updates](./anleitung/updates.md)
- [Rollbacks](./anleitung/rollback.md)