diff --git a/docs/helpers/rogueEnv.go b/docs/helpers/extendedEnv.go similarity index 98% rename from docs/helpers/rogueEnv.go rename to docs/helpers/extendedEnv.go index 1b6bcd9885..4bc0b577af 100644 --- a/docs/helpers/rogueEnv.go +++ b/docs/helpers/extendedEnv.go @@ -146,7 +146,7 @@ func RenderGlobalVarsTemplate() { } fullYamlPath := filepath.Join(curdir, yamlSource) - content, err := ioutil.ReadFile("../../docs/templates/ADOC_global.tmpl") + content, err := ioutil.ReadFile("../../docs/templates/ADOC_extended.tmpl") if err != nil { log.Fatal(err) } diff --git a/docs/templates/ADOC_global.tmpl b/docs/templates/ADOC_extended.tmpl similarity index 100% rename from docs/templates/ADOC_global.tmpl rename to docs/templates/ADOC_extended.tmpl