mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-20 22:21:13 +02:00
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>
6 lines
81 B
Modula-2
6 lines
81 B
Modula-2
module github.com/talos-systems/docgen
|
|
|
|
go 1.13
|
|
|
|
require gopkg.in/yaml.v2 v2.2.5
|