parent
a42f4091d0
commit
fffcce6d29
3 changed files with 59 additions and 10 deletions
apps/gen-docs/templates
|
@ -4,8 +4,15 @@ This directory contains every package scopes exposed by this flake.
|
|||
|
||||
## List of my package scopes found in `self.scopedPackages`
|
||||
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
$for(attrs/pairs)$
|
||||
| `$it.key$` | $it.value.desc/nowrap$ |
|
||||
### $it.key$
|
||||
|
||||
$it.value.desc/nowrap$
|
||||
|
||||
| Name | Description | Homepage |
|
||||
| ---- | ----------- | -------- |
|
||||
$for(it.value.packages/pairs)$
|
||||
| `$it.key$` | $it.value.desc/nowrap$ | $it.value.homepage/nowrap$ |
|
||||
$endfor$
|
||||
|
||||
$endfor$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue