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
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
11 changed files with 172 additions and 8 deletions

View file

@ -32,9 +32,14 @@
(simple "devShells")
(simple "tests")
(simple "benchmark")
(simple "docs")
];
}
{
packages = ren.select self [["repo" "tests"] ["repo" "benchmark"]];
packages = ren.select self [
["repo" "tests"]
["repo" "benchmark"]
["repo" "docs"]
];
};
}