We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5c095 commit 4ccb08eCopy full SHA for 4ccb08e
Makefile
@@ -651,7 +651,7 @@ slack-deprecations: tools/scandeprecation/scandeprecation tools/githubjobs/githu
651
652
.PHONY: api-docs
653
api-docs:
654
- 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
655
656
.PHONY: validate-api-docs
657
validate-api-docs: api-docs
tools/crdoc/go.mod tools/toolbox/go.modtools/crdoc/go.mod renamed to tools/toolbox/go.mod
@@ -1,4 +1,4 @@
1
-module crdoc
+module toolbox
2
3
go 1.25.1
4
tools/crdoc/go.sum tools/toolbox/go.sumtools/crdoc/go.sum renamed to tools/toolbox/go.sum
0 commit comments