Skip to content

Commit

Permalink
chore: make docs (grafana#12449)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney authored and rhnasc committed Apr 12, 2024
1 parent 150f8a4 commit ce2634b
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 ce2634b

Please sign in to comment.