docs: add initial docs base

This commit is contained in:
technofab 2025-08-27 11:22:26 +02:00
parent af1494f3c6
commit ed75ed6695
No known key found for this signature in database
8 changed files with 124 additions and 13 deletions

18
nix/repo/flake.lock generated
View file

@ -17,6 +17,23 @@
"type": "gitlab"
}
},
"nixmkdocs": {
"locked": {
"dir": "lib",
"lastModified": 1755785622,
"narHash": "sha256-xBb9PCkszmrWSEqUiPC7oBJABm1thF572S5QHtloZ+M=",
"owner": "TECHNOFAB",
"repo": "nixmkdocs",
"rev": "61da605a9bff12f66c4b743f43aea59ca200f533",
"type": "gitlab"
},
"original": {
"dir": "lib",
"owner": "TECHNOFAB",
"repo": "nixmkdocs",
"type": "gitlab"
}
},
"nixtest-lib": {
"locked": {
"dir": "lib",
@ -37,6 +54,7 @@
"root": {
"inputs": {
"devshell-lib": "devshell-lib",
"nixmkdocs": "nixmkdocs",
"nixtest-lib": "nixtest-lib"
}
}