[v9.2.x] Use relative aliases for all non-current Grafana aliases (#60113)

* Use relative aliases for all non-current Grafana aliases

Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.

The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2022-12-12 08:23:37 -04:00
committed by GitHub
parent daad3c97b7
commit 3c68684dd2
510 changed files with 1029 additions and 1636 deletions
@@ -1,7 +1,6 @@
---
aliases:
- /docs/grafana/latest/developers/http_api/library_element/
- /docs/grafana/latest/http_api/library_element/
- ../../http_api/library_element/
description: Grafana Library Element HTTP API
keywords:
- grafana