We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142d659 commit d1b3bdfCopy full SHA for d1b3bdf
Makefile
@@ -666,7 +666,7 @@ bump-version-file:
666
667
.PHONY: api-docs
668
api-docs:
669
- cd tools/toolbox && go tool crdoc --resources ../../config/crd/bases --output ../../docs/api-docs.md
+ go tool -modfile=tools/toolbox/go.mod crdoc --resources config/crd/bases --output docs/api-docs.md
670
671
.PHONY: validate-api-docs
672
validate-api-docs: api-docs
0 commit comments