There was an error while loading. Please reload this page.
2 parents cd7fdd2 + fc9cc31 commit 5319fe8Copy full SHA for 5319fe8
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