Skip to content

Commit 5319fe8

Browse files
authored
Merge pull request #234 from joejstuart/fix-docs
new upper recursion limit for make docs
2 parents cd7fdd2 + fc9cc31 commit 5319fe8

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)