diff --git a/docs/generators/crd-ref/crd.template.md b/docs/generators/crd-ref/crd.template.md index 7ac1aa5..50a348b 100644 --- a/docs/generators/crd-ref/crd.template.md +++ b/docs/generators/crd-ref/crd.template.md @@ -4,9 +4,9 @@ description: | {{- if .Description }} {{ .Description | indent 2 }} {{- else }} - Custom resource definition (CRD) schema reference page for the {{ .Title }} - resource ({{ .NamePlural }}.{{ .Group }}), as part of the Giant Swarm - Management API documentation. + Custom resource definition (CRD) schema reference page for the {{ .Title }} + resource ({{ .NamePlural }}.{{ .Group }}), as part of the kcp Sync Agent API + documentation. {{- end }} weight: {{ .Weight }} --- @@ -78,7 +78,7 @@ This CRD is being replaced by {{ .ShortName }} {{with .Description}}
-{{.|markdown}} +{% raw %}{{.|markdown}}{% endraw %}
{{end}}