Files
opencloud/docs/templates/ADOC_global.tmpl
2024-02-14 15:23:10 +01:00

32 lines
541 B
Cheetah

// collected through docs/helpers/adoc-generator.go.tmpl
[.landscape]
[caption=]
.Environment variables with global scope available in multiple services
[width="100%",cols="30%,25%,~,~,~",options="header"]
|===
| Name
| Services
| Type
| Default Value
| Description
{{ range . }}
a| `{{ .Name }}`
a| [subs=attributes+]
{{- range .Services}}
* xref:{s-path}/{{ . }}.adoc[{{ . }}] +
{{- end }}
a| [subs=-attributes]
++{{ .Type }} ++
a| [subs=-attributes]
++{{ .DefaultValue }} ++
a| [subs=-attributes]
{{ .Description }}
{{- end }}
|===