docs: add initial docs base

This commit is contained in:
technofab 2025-08-27 11:22:26 +02:00
parent af1494f3c6
commit ed75ed6695
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
8 changed files with 124 additions and 13 deletions

View file

@ -21,11 +21,13 @@
cellBlocks = with ren.blocks; [
(simple "devShells")
(simple "tests")
(simple "docs")
];
}
{
packages = ren.select self [
["repo" "tests"]
["repo" "docs"]
];
};
}