Skip to content

Commit c3a5408

Browse files
authored
Merge pull request #95 from kcp-dev/fix-docs
[release-0.3] fix docs
2 parents c083316 + 172c755 commit c3a5408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/generators/crd-ref/crd.template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}
1111
weight: {{ .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>

0 commit comments

Comments
 (0)