From 8fe1ba23e5251f7162d9f0d34bfb46a06afd137a Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:27:08 -0400 Subject: [PATCH] [v10.0.x] docs: fix admonition type capitalization (#70716) docs: fix admonition type capitalization (#70713) fixed admonition type (cherry picked from commit 85a83159205dc7ac932787e14dfb85f9bcde8ce1) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- 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 7464dbb7756..2cf1da86003 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.