mirror of https://github.com/crossplane/docs.git
Fix issue with API folder on /latest (#649)
This commit is contained in:
parent
bae668a3ed
commit
641241ee57
|
@ -14,7 +14,7 @@
|
|||
<div id="crd-rows-container">
|
||||
{{/* Each level is a map with the key being the directory name */}}
|
||||
{{/* $Site.Data.crds /$version/crds/yaml */}}
|
||||
{{ range index $.Site.Data.crds (printf "v%s" .Page.Params.version) "api" "yaml" }}
|
||||
{{ range index $.Site.Data.crds .Section "api" "yaml" }}
|
||||
|
||||
{{ $kind := .spec.names.kind }}
|
||||
{{ $group := .spec.group }}
|
||||
|
|
Loading…
Reference in New Issue