Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/features/panels/anotations/", "/docs/grafana/latest/panels/visualizations/annotations/", "/docs/grafana/latest/visualizations/annotations/"]
|
||||
description = "Annotations visualization documentation"
|
||||
keywords = ["grafana", "Annotations", "panel", "documentation"]
|
||||
title = "Annotations"
|
||||
weight = 105
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/features/panels/anotations/
|
||||
- /docs/grafana/latest/panels/visualizations/annotations/
|
||||
- /docs/grafana/latest/visualizations/annotations/
|
||||
description: Annotations visualization documentation
|
||||
keywords:
|
||||
- grafana
|
||||
- Annotations
|
||||
- panel
|
||||
- documentation
|
||||
title: Annotations
|
||||
weight: 105
|
||||
---
|
||||
|
||||
# Annotations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user