talos/hack/docgen/go.mod
Andrew Rynhard 4680f66bc5 docs: add autogenerated config reference
This adds a small program to parse our config structs and generate
markdown from them. This will allow us to enforce a standard and require
documentation for fields as they get added.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-11-11 08:38:39 -08:00

6 lines
81 B
Modula-2

module github.com/talos-systems/docgen
go 1.13
require gopkg.in/yaml.v2 v2.2.5