We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972f9ce commit 142d659Copy full SHA for 142d659
Makefile
@@ -666,7 +666,7 @@ bump-version-file:
666
667
.PHONY: api-docs
668
api-docs:
669
- cd tools/crdoc && go tool crdoc --resources ../../config/crd/bases --output ../../docs/api-docs.md
+ cd tools/toolbox && go tool crdoc --resources ../../config/crd/bases --output ../../docs/api-docs.md
670
671
.PHONY: validate-api-docs
672
validate-api-docs: api-docs
tools/crdoc/go.mod
0 commit comments