Started writing module documentation

This commit is contained in:
Leon Mika 2026-02-15 15:29:24 +11:00
parent 0d5e406f90
commit 852ea7c0f7
7 changed files with 867 additions and 5 deletions

14
_docs/mods.tmpl Normal file
View file

@ -0,0 +1,14 @@
# Module {{ (.FirstPartWithMeta "module").FirstMeta "module" }}
{{ (.FirstPartWithMeta "module").Body }}
{{ range .PartsWithMeta "fn" }}
## {{ .FirstMeta "fn" }}
```
{{ .FirstMeta "syntax" }}
```
{{ .Body }}
{{ end }}