From 8839553d3da26283e7d13401a1e912d0639c6176 Mon Sep 17 00:00:00 2001 From: Kim Nylander Date: Mon, 13 Nov 2023 18:59:50 -0500 Subject: [PATCH] Test problem relrf shared file --- docs/sources/review/run-a-local-webserver/index.md | 2 +- docs/sources/shared/hugo-error-example-bad-link.md | 5 +---- docs/sources/write/shortcodes/index.md | 4 +++- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/sources/review/run-a-local-webserver/index.md b/docs/sources/review/run-a-local-webserver/index.md index 0401bf1ad..910543591 100644 --- a/docs/sources/review/run-a-local-webserver/index.md +++ b/docs/sources/review/run-a-local-webserver/index.md @@ -77,7 +77,7 @@ When you save a file with an active local build, the page is rechecked. If the e ### Example: Page not found -{{< docs/shared source="writers-toolkit" lookup="hugo-error-example-bad-link.md" version="" >}} +{{< docs/shared source="writers-toolkit" lookup="hugo-error-example-bad-link.md" >}} For more information about linking, refer to [Links](https://grafana.com/docs/writers-toolkit/write/links/). diff --git a/docs/sources/shared/hugo-error-example-bad-link.md b/docs/sources/shared/hugo-error-example-bad-link.md index 5a6c6b70d..c0c92a15d 100644 --- a/docs/sources/shared/hugo-error-example-bad-link.md +++ b/docs/sources/shared/hugo-error-example-bad-link.md @@ -1,9 +1,6 @@ --- -headless: true +title: Hugo error example for relref description: Shared file for example Hugo error output. -labels: - products: - - oss --- [//]: # "This file documents an example Hugo error output for relref and links." diff --git a/docs/sources/write/shortcodes/index.md b/docs/sources/write/shortcodes/index.md index cf36e1293..4dd82dcc4 100644 --- a/docs/sources/write/shortcodes/index.md +++ b/docs/sources/write/shortcodes/index.md @@ -398,7 +398,9 @@ Emitted Hugo errors look like this: -{{< docs/shared source="writers-toolkit" lookup="hugo-error-example-bad-link.md" version="" >}} +{{< docs/shared source="writers-toolkit" lookup="hugo-error-example-bad-link.md" >}} + +{{< docs/shared source="writers-toolkit" lookup="make-help.md" >}} For additional information about Hugo error output, refer to [Test documentation changes](https://grafana.com/docs/writers-toolkit/review/run-a-local-webserver/).