Files
opencloud/docs/helpers/templates/env-vars-deprecated.md.tmpl
Christian Richter 2ca57fdc20 add delta markdown generator
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-20 14:37:00 +01:00

8 lines
256 B
Cheetah

Deprecated between Version {{ .StartVersion }} and {{ .EndVersion }}.
| Variable | Description | Deprecation Info |
| --- | --- |
{{- range $key, $value := .DeltaFields}}
| {{$value.Name}} | {{$value.Description}} | {{$value.DeprecationInfo}} |
{{- end}}