Skip to content

Commit b3a63ba

Browse files
committed
fix API docs generation
1 parent 3d0a2b8 commit b3a63ba

File tree

2 files changed

+409
-1
lines changed

2 files changed

+409
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ bump-version-file:
768768
@cat $(VERSION_FILE)
769769

770770
.PHONY: api-docs
771-
api-docs: manifests
771+
api-docs: manifests gen-crds
772772
go tool -modfile=tools/toolbox/go.mod crdoc --resources config/crd/bases --output docs/api-docs.md
773773

774774
.PHONY: validate-api-docs

0 commit comments

Comments
 (0)