From ce2634b9401c0feac17e65470da63cfda2064e00 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Wed, 3 Apr 2024 12:01:43 -0600 Subject: [PATCH] chore: make docs (#12449) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c841a2676c2bb..9d780ed699273 100644 --- a/Makefile +++ b/Makefile @@ -803,6 +803,8 @@ check-format: format doc: ## Generates the config file documentation go run ./tools/doc-generator $(DOC_FLAGS_TEMPLATE) > $(DOC_FLAGS) +docs: doc + check-doc: ## Check the documentation files are up to date check-doc: doc @find . -name "*.md" | xargs git diff --exit-code -- \