Skip to content

Commit 4e8761d

Browse files
committed
fix docs
On-behalf-of: @SAP [email protected]
1 parent d660def commit 4e8761d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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
7+
Custom resource definition (CRD) schema reference page for the {{ .Title }}
8+
resource ({{ .NamePlural }}.{{ .Group }}), as part of the Giant Swarm
99
Management API documentation.
1010
{{- end }}
1111
weight: {{ .Weight }}
@@ -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)