From 85eb7be953f91d3b1f747026eb232822bf9f09cf Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Wed, 10 May 2023 21:10:19 +0100 Subject: [PATCH] [v9.3.x] Use expected types for admonition (#68177) 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 3f9fa240b3a..e19c74f9d7c 100644 --- a/docs/sources/dashboards/use-dashboards/index.md +++ b/docs/sources/dashboards/use-dashboards/index.md @@ -104,7 +104,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: @@ -159,7 +159,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.