mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-11 17:50:06 +01:00
docs: add docs and improve README
This commit is contained in:
parent
8cf73a70ef
commit
c16bc97264
10 changed files with 159 additions and 4 deletions
|
|
@ -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"]
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue