From 331756990d2017bf1b20d25a02b373e3e25875be Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Tue, 8 Jun 2021 10:46:03 +0100 Subject: [PATCH] Docs: Fix publishing path (#35359) --- .github/workflows/publish.yml | 2 +- docs/sources/_index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9fd80bd350..964b046ead9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: host: github.com github_pat: '${{ secrets.GH_BOT_ACCESS_TOKEN }}' source_folder: docs/sources - target_folder: content/docs/grafana/next + target_folder: content/docs/grafana/latest allow_no_changes: 'true' - shell: bash run: | diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 70741fb108f..5f3663eaa29 100755 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -1,8 +1,8 @@ +++ title = "Grafana documentation" -description = "Guides, Installation and Feature Documentation" +description = "Guides, installation, and feature documentation" keywords = ["grafana", "installation", "documentation"] -aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin", "/docs/grafana/v3.1"] +aliases = ["/docs/grafana/latest/guides/reference/admin"] +++ # Grafana documentation