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: |
4
4
{{- if .Description }}
5
5
{{ .Description | indent 2 }}
6
6
{{- 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.
10
10
{{- end }}
11
11
weight : {{ .Weight }}
12
12
---
@@ -78,7 +78,7 @@ This CRD is being replaced by <a href="../{{ .FullName }}/">{{ .ShortName }}</a>
78
78
</div >
79
79
{{with .Description}}
80
80
<div class =" property-description " >
81
- {{ .|markdown}}
81
+ {% raw %}{{ .|markdown}}{% endraw % }
82
82
</div >
83
83
{{end}}
84
84
</div >
You can’t perform that action at this time.
0 commit comments