3
0

Doc codegen tweaks & cleanup

This commit is contained in:
Tomaž Jerman
2020-12-05 10:30:10 +01:00
parent 01cfbf92a8
commit 402289016d
11 changed files with 56 additions and 49 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ func genOptionsDocs(tpl *template.Template, docsPath string, dd ...*optionsDef)
dst string
)
dst = path.Join(docsPath, "option_env_variables_gen.adoc")
dst = path.Join(docsPath, "env-options.gen.adoc")
return plainTemplate(dst, tplOptionsAdoc, map[string]interface{}{
"Definitions": dd,
})