/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/variables.mk
7 строк
645 B
Usman Ahmad
MySQL documentation major improvements (#107690)
30 июл 2025, 17:03
Не верифицирован
30 июл 2025, 17:03
f7f8a52
Код
Авторство
О чём код?
# List of projects to provide to the make-docs script. # Format is PROJECT[:[VERSION][:[REPOSITORY][:[DIRECTORY]]]] # The following PROJECTS value mounts content into the "grafana" project, at the "latest" version, which is the default if not explicitly set. # This results in the content being served at /docs/grafana/latest/. # The source of the content is the current repository which is determined by the name of the parent directory of the git root. # This overrides the default behavior of assuming the repository directory is the same as the project name. PROJECTS := grafana::$(notdir $(basename $(shell git rev-parse --show-toplevel)))