diff --git a/docs/helpers/templates/adoc-generator.go.tmpl b/docs/helpers/templates/adoc-generator.go.tmpl index 598d21cdcf..262876c5ca 100644 --- a/docs/helpers/templates/adoc-generator.go.tmpl +++ b/docs/helpers/templates/adoc-generator.go.tmpl @@ -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 {