mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/getting-started/", "/docs/grafana/latest/guides/what-is-grafana/"]
|
||||
title = "Get started"
|
||||
weight = 25
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/getting-started/
|
||||
- /docs/grafana/latest/guides/what-is-grafana/
|
||||
title: Get started
|
||||
weight: 25
|
||||
---
|
||||
|
||||
# Get started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user