From 8e0f846e54e58c0b2a43f430e50b5603e6f1a788 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 24 Oct 2024 19:35:26 +0200 Subject: [PATCH] [doc] Init dokumentation mit mdbook + grobes inhaltsverzeichnis --- .gitignore | 1 + book.toml | 6 ++++++ shell.nix | 1 + src/SUMMARY.md | 15 +++++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 book.toml create mode 100644 src/SUMMARY.md diff --git a/.gitignore b/.gitignore index 6ca8efaf..bb24878a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ result *.qcow2 .direnv/ +book/ diff --git a/book.toml b/book.toml new file mode 100644 index 00000000..5799732c --- /dev/null +++ b/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["ahtlon"] +language = "de" +multilingual = false +src = "src" +title = "Malobeo Infrastruktur Dokumentation" diff --git a/shell.nix b/shell.nix index 76dd87c7..db4fd277 100644 --- a/shell.nix +++ b/shell.nix @@ -18,5 +18,6 @@ mkShell { sops-init-gpg-key sops pkgs.python310Packages.grip + pkgs.mdbook ]; } diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 00000000..f16e5a56 --- /dev/null +++ b/src/SUMMARY.md @@ -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) \ No newline at end of file