Started writing module documentation
This commit is contained in:
parent
0d5e406f90
commit
852ea7c0f7
7 changed files with 867 additions and 5 deletions
14
_docs/mods.tmpl
Normal file
14
_docs/mods.tmpl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Module {{ (.FirstPartWithMeta "module").FirstMeta "module" }}
|
||||
|
||||
{{ (.FirstPartWithMeta "module").Body }}
|
||||
|
||||
{{ range .PartsWithMeta "fn" }}
|
||||
|
||||
## {{ .FirstMeta "fn" }}
|
||||
|
||||
```
|
||||
{{ .FirstMeta "syntax" }}
|
||||
```
|
||||
{{ .Body }}
|
||||
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue