mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 13:43:10 +01:00
Switch to building documentation in markdown, avoiding the markdown+html hybrid we have. Closes #250 Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
16 lines
232 B
Smarty
16 lines
232 B
Smarty
{{- define "gvList" -}}
|
|
{{- $groupVersions := . -}}
|
|
|
|
# API Reference
|
|
|
|
## Packages
|
|
{{- range $groupVersions }}
|
|
- {{ markdownRenderGVLink . }}
|
|
{{- end }}
|
|
|
|
{{ range $groupVersions }}
|
|
{{ template "gvDetails" . }}
|
|
{{ end }}
|
|
|
|
{{- end -}}
|