Skip to content

Commit fc9cc31

Browse files
committed
new upper recursion limit for make docs
1 parent cd7fdd2 commit fc9cc31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ help: ## Display this help.
4747

4848
.PHONY: docs
4949
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
50+
@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
5151
@go run ./docs
5252

5353
GEN_DEPS=\

0 commit comments

Comments
 (0)