docs: add docs base

This commit is contained in:
technofab 2025-08-28 10:30:23 +02:00
parent 519ed97c97
commit b0eaa25b77
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
5 changed files with 74 additions and 5 deletions

View file

@ -20,6 +20,9 @@
cellBlocks = with rensa.blocks; [
(simple "test")
(simple "devShells")
(simple "docs")
];
} {};
} {
packages = rensa.select inputs.self ["repo" "docs"];
};
}