/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/Makefile
14 строк
522 B
Jack Baldry
Fix path to generation and source content (#115095)
12 дек 2025, 00:40
Не верифицирован
12 дек 2025, 00:40
1611489
Код
Авторство
О чём код?
.ONESHELL: .DELETE_ON_ERROR: export SHELL := bash export SHELLOPTS := pipefail:errexit MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rule include docs.mk .PHONY: sources/visualizations/panels-visualizations/query-transform-data/transform-data/index.md sources/visualizations/panels-visualizations/query-transform-data/transform-data/index.md: ## Generate the Transform Data page source. cd $(CURDIR)/.. && \ npx tsx ./scripts/docs/generate-transformations.ts && \ npx prettier -w $(CURDIR)/$@