File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ description: |
44{{- if .Description }}
55{{ .Description | indent 2 }}
66{{- else }}
7- Custom resource definition (CRD) schema reference page for the {{ .Title }}
8- resource ({{ .NamePlural }}.{{ .Group }}), as part of the Giant Swarm
9- Management API documentation.
7+ Custom resource definition (CRD) schema reference page for the {{ .Title }}
8+ resource ({{ .NamePlural }}.{{ .Group }}), as part of the kcp Sync Agent API
9+ documentation.
1010{{- end }}
1111weight : {{ .Weight }}
1212---
@@ -78,7 +78,7 @@ This CRD is being replaced by <a href="../{{ .FullName }}/">{{ .ShortName }}</a>
7878</div >
7979{{with .Description}}
8080<div class =" property-description " >
81- {{ .|markdown}}
81+ {% raw %}{{ .|markdown}}{% endraw % }
8282</div >
8383{{end}}
8484</div >
You can’t perform that action at this time.
0 commit comments