There was an error while loading. Please reload this page.
1 parent cd7fdd2 commit fc9cc31Copy full SHA for fc9cc31
1 file changed
Makefile
@@ -47,7 +47,7 @@ help: ## Display this help.
47
48
.PHONY: docs
49
docs: $(wildcard $(CRD_DEF)/*.go) ## Generate documentation
50
- @go run -modfile tools/go.mod github.com/elastic/crd-ref-docs --config=docs/config.yaml --source-path=$(CRD_DEF) --templates-dir=docs/templates --output-path=docs/modules/ROOT/pages/reference.adoc
+ @go run -modfile tools/go.mod github.com/elastic/crd-ref-docs --max-depth 50 --config=docs/config.yaml --source-path=$(CRD_DEF) --templates-dir=docs/templates --output-path=docs/modules/ROOT/pages/reference.adoc
51
@go run ./docs
52
53
GEN_DEPS=\
0 commit comments