diff --git a/docs/helpers/templates/adoc-generator.go.tmpl b/docs/helpers/templates/adoc-generator.go.tmpl index a4d86dbf62..598d21cdcf 100644 --- a/docs/helpers/templates/adoc-generator.go.tmpl +++ b/docs/helpers/templates/adoc-generator.go.tmpl @@ -21,7 +21,7 @@ import ( type ConfigField struct { EnvVars []string DefaultValue string - IntroductionVersion string + IntroductionVersion string Type string Description string VersionInfo string @@ -38,12 +38,12 @@ type DeprecationField struct { // EnvVar holds information about one envvar type EnvVar struct { - Name string + Name string IntroductionVersion string - DefaultValue string - Type string - Description string - Services []string + DefaultValue string + Type string + Description string + Services []string } type templateData struct {