From 58725db9d43a09f5ebaa6ff9266f329dea4f34f5 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Wed, 29 Nov 2023 15:55:28 +0000 Subject: [PATCH] Set TEMPO_VERSION as "latest" across all pages (#78822) All links to Tempo should go to the latest version of Tempo documentation. Older versions might want to set that to different values and this single variable can be changed to set that. Signed-off-by: Jack Baldry --- docs/sources/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 0ea6107fb35..46dcc4fa138 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -13,6 +13,8 @@ labels: products: - enterprise - oss +cascade: + TEMPO_VERSION: latest title: Grafana open source documentation ---