docs: add initial docs setup

This commit is contained in:
technofab 2025-09-02 11:00:38 +02:00
parent aa1abf945e
commit e7f7043012
No known key found for this signature in database
7 changed files with 101 additions and 5 deletions

View file

@ -22,14 +22,14 @@
(simple "devShells")
(simple "pkgs")
(simple "tests")
# (simple "docs")
(simple "docs")
(simple "ci")
];
}
{
packages = ren.select self [
["repo" "tests"]
# ["repo" "docs"]
["repo" "docs"]
["repo" "ci" "packages"]
["packages" "pkgs"]
];