config docs prototype

This commit is contained in:
David Christofas
2022-03-01 13:21:06 +01:00
parent b438fce511
commit bb6a018e9a
6 changed files with 106 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
| Name | Type | Default Value | Description |
|------|------|---------------|-------------|
{{- range .}}
| {{.Name}} | {{.Type}} | {{.DefaultValue}} | {{.Description}}|
{{- end }}