Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
title = "Text"
|
||||
keywords = ["grafana", "text", "documentation", "panel"]
|
||||
aliases = ["/docs/grafana/latest/reference/alertlist/", "/docs/grafana/latest/features/panels/text/", "/docs/grafana/latest/panels/visualizations/text-panel/"]
|
||||
weight = 1100
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/reference/alertlist/
|
||||
- /docs/grafana/latest/features/panels/text/
|
||||
- /docs/grafana/latest/panels/visualizations/text-panel/
|
||||
keywords:
|
||||
- grafana
|
||||
- text
|
||||
- documentation
|
||||
- panel
|
||||
title: Text
|
||||
weight: 1100
|
||||
---
|
||||
|
||||
# Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user