mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/dashboards/annotations/", "/docs/grafana/latest/reference/annotations/"]
|
||||
keywords = ["grafana", "annotations", "documentation", "guide"]
|
||||
title = "Annotations"
|
||||
weight = 9
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/dashboards/annotations/
|
||||
- /docs/grafana/latest/reference/annotations/
|
||||
keywords:
|
||||
- grafana
|
||||
- annotations
|
||||
- documentation
|
||||
- guide
|
||||
title: Annotations
|
||||
weight: 9
|
||||
---
|
||||
|
||||
# Annotations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user