mirror of https://github.com/grafana/grafana.git
6 lines
304 B
Makefile
6 lines
304 B
Makefile
# List of projects to provide to the make-docs script.
|
|
PROJECTS = grafana
|
|
|
|
# Use the doc-validator image defined in CI by default.
|
|
export DOC_VALIDATOR_IMAGE := $(shell sed -En 's, *image: "(grafana/doc-validator[^"]+)",\1,p' "$(shell git rev-parse --show-toplevel)/.github/workflows/doc-validator.yml")
|