Skip to content

Commit

Permalink
chore: make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Apr 3, 2024
1 parent cf04ec1 commit 13c9291
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 13c9291

Please sign in to comment.