docs: self host documentation with mkDocs

This commit is contained in:
Johannes Kirschbauer
2024-04-12 15:22:20 +02:00
parent f61a78a1cf
commit 1e08a454fb
18 changed files with 142 additions and 31 deletions

1
docs/shell.nix Normal file
View File

@@ -0,0 +1 @@
{ docs, pkgs, ... }: pkgs.mkShell { inputsFrom = [ docs ]; }