Skip to content

Commit

Permalink
Merge pull request #234 from joejstuart/fix-docs
Browse files Browse the repository at this point in the history
new upper recursion limit for make docs
  • Loading branch information
joejstuart authored Dec 14, 2023
2 parents cd7fdd2 + fc9cc31 commit 5319fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ help: ## Display this help.

.PHONY: docs
docs: $(wildcard $(CRD_DEF)/*.go) ## Generate documentation
@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
@go run ./docs

GEN_DEPS=\
Expand Down

0 comments on commit 5319fe8

Please sign in to comment.