cli, docs: Add a docs command for doc generation

This took a lot longer than it looks to get right. It's not perfect, but
it now reliably generates documentation which we can put into gohugo.
This commit is contained in:
James Shubin
2024-11-22 14:20:16 -05:00
parent 7b45f94bb0
commit a600e11100
27 changed files with 1379 additions and 41 deletions

View File

@@ -49,7 +49,8 @@ type NoopRes struct {
init *engine.Init
Comment string `lang:"comment" yaml:"comment"` // extra field for example purposes
// Comment is a useless comment field that you can use however you like.
Comment string `lang:"comment" yaml:"comment"`
}
// Default returns some sensible defaults for this resource.