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 -- \