chore: add initial nixmkdocs setup and improve documentation

This commit is contained in:
technofab 2025-08-21 13:46:24 +02:00
parent e76bef387e
commit 695d36a457
No known key found for this signature in database
11 changed files with 172 additions and 8 deletions

34
.nix/repo/flake.lock generated
View file

@ -1,5 +1,37 @@
{
"nodes": {
"mkdocs-material-umami": {
"locked": {
"lastModified": 1745840856,
"narHash": "sha256-1Ad1JTMQMP6YsoIKAA+SBCE15qWrYkGue9/lXOLnu9I=",
"owner": "technofab",
"repo": "mkdocs-material-umami",
"rev": "3ac9b194450f6b779c37b8d16fec640198e5cd0a",
"type": "gitlab"
},
"original": {
"owner": "technofab",
"repo": "mkdocs-material-umami",
"type": "gitlab"
}
},
"nixmkdocs": {
"locked": {
"dir": "lib",
"lastModified": 1755783537,
"narHash": "sha256-78lWSC3UzkpWYsnyncqbrE37gEIWLzejOeDyoBb6h5o=",
"owner": "TECHNOFAB",
"repo": "nixmkdocs",
"rev": "4fd5a351c54e005c4e8df7e23a8e4eec9d3b8cd1",
"type": "gitlab"
},
"original": {
"dir": "lib",
"owner": "TECHNOFAB",
"repo": "nixmkdocs",
"type": "gitlab"
}
},
"nixtest-lib": {
"locked": {
"dir": "lib",
@ -19,6 +51,8 @@
},
"root": {
"inputs": {
"mkdocs-material-umami": "mkdocs-material-umami",
"nixmkdocs": "nixmkdocs",
"nixtest-lib": "nixtest-lib"
}
}