Skip to content

Commit

Permalink
chore: make docs (#12449)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Apr 3, 2024
1 parent cf04ec1 commit b2fa6e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- \
Expand Down

0 comments on commit b2fa6e7

Please sign in to comment.