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

View File

@@ -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,

View File

@@ -6,6 +6,7 @@
[width="100%",cols="30%,25%,~,~,~",options="header"]
|===
| Name
| IV
| Services
| Type
| Default Value
@@ -13,6 +14,9 @@
{{ range . }}
a| `{{ .Name }}`
a| [subs=-attributes]
++{{ .IntroductionVersion }} ++
a| [subs=attributes+]
{{- range .Services}}
* xref:{s-path}/{{ . }}.adoc[{{ . }}] +