docs: add docs and improve README

This commit is contained in:
technofab 2025-11-18 18:26:50 +01:00
parent 8cf73a70ef
commit c16bc97264
No known key found for this signature in database
10 changed files with 159 additions and 4 deletions

View file

@ -22,6 +22,7 @@
};
cellBlocks = with ren.blocks; [
(simple "devShells")
(simple "docs")
(simple "ci")
(simple "packages")
];
@ -29,6 +30,7 @@
{
packages = ren.select self [
["repo" "ci" "packages"]
["repo" "docs"]
["packages" "packages"]
];
};