chore: Clean up docs Make variables (#18522)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
This commit is contained in:
Jack Baldry
2025-07-24 10:58:36 -04:00
committed by GitHub
co-authored by J Stickler
parent 061d1c1d22
commit 49d6d7942c
+3 -4
View File
@@ -1,5 +1,4 @@
# List of projects to provide to the make-docs script.
PROJECTS := loki
# Set the DOC_VALIDATOR_IMAGE to match the one defined in CI.
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")
# Format is PROJECT[:[VERSION][:[REPOSITORY][:[DIRECTORY]]]]
# This overrides the default behavior of assuming the repository directory is the same as the project name.
PROJECTS := loki:UNVERSIONED:$(notdir $(basename $(shell git rev-parse --show-toplevel)))