Skip to content

Commit fcea27b

Browse files
committed
Render required CRD fields before others in docs
1 parent 4e61d48 commit fcea27b

File tree

2 files changed

+3423
-3423
lines changed

2 files changed

+3423
-3423
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ generate-crd:
252252

253253
# TODO(cbandy): Run config/crd through Kustomize to pickup any patches there.
254254
generate-crd-docs:
255-
GOBIN='$(CURDIR)/hack/tools' go install fybrik.io/crdoc@v0.4.0
256-
$(CURDIR)/hack/tools/crdoc \
257-
--resources $(CURDIR)/config/crd/bases \
258-
--output $(CURDIR)/docs/content/references/crd.md \
259-
--template $(CURDIR)/hack/api-template.tmpl
255+
GOBIN='$(CURDIR)/hack/tools' go install fybrik.io/crdoc@v0.5.2
256+
./hack/tools/crdoc \
257+
--resources ./config/crd/bases \
258+
--template ./hack/api-template.tmpl \
259+
--output ./docs/content/references/crd.md
260260

261261
generate-deepcopy:
262262
GOBIN='$(CURDIR)/hack/tools' ./hack/controller-generator.sh \

0 commit comments

Comments
 (0)