add IntroductionVersion to global adoc output

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-07-19 09:14:00 +02:00
parent 8975d413ef
commit 7fb29d1d65
2 changed files with 5 additions and 0 deletions
@@ -152,6 +152,7 @@ func main() {
if len(env.Services) > 1 {
tmplValues = append(tmplValues, map[string]interface{}{
"Name": env.Name,
"IntroductionVersion": env.IntroductionVersion,
"Services": env.Services,
"Description": env.Description,
"DefaultValue": env.DefaultValue,