From cdf6cd7323b659f064240c4b391531b1a0981086 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Wed, 10 May 2023 14:12:15 +0100 Subject: [PATCH] [v9.5.x] Use expected types for admonition (#68178) All types are declared lowercased. (cherry picked from commit 356eabc24cbed999830d7a112ef3f111a7dffc26) Signed-off-by: Jack Baldry --- docs/sources/dashboards/use-dashboards/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/dashboards/use-dashboards/index.md b/docs/sources/dashboards/use-dashboards/index.md index 6b8cd5e2dee..f1cae467a6b 100644 --- a/docs/sources/dashboards/use-dashboards/index.md +++ b/docs/sources/dashboards/use-dashboards/index.md @@ -105,7 +105,7 @@ The following table provides example relative ranges: | This Year | `now/Y` | `now/Y` | | Previous fiscal year | `now-1y/fy` | `now-1y/fy` | -{{% admonition type="Note" %}} +{{% admonition type="note" %}} Grafana Alerting does not support the following syntaxes at this time: @@ -160,7 +160,7 @@ This section also displays recently used absolute ranges. #### Semi-relative time range -{{% admonition type="Note" %}} +{{% admonition type="note" %}} Grafana Alerting does not support semi-relative time ranges.