From fc9cc31661f77a47832d3ae3c272bc865f034d90 Mon Sep 17 00:00:00 2001 From: Joe Stuart Date: Thu, 14 Dec 2023 13:10:13 -0600 Subject: [PATCH] new upper recursion limit for make docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d8452b..8c3beec 100644 --- a/Makefile +++ b/Makefile @@ -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=\