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/guides/what-is-grafana/", "/docs/grafana/latest/introduction/"]
|
||||
title = "Introduction to Grafana"
|
||||
weight = 5
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/guides/what-is-grafana/
|
||||
- /docs/grafana/latest/introduction/
|
||||
title: Introduction to Grafana
|
||||
weight: 5
|
||||
---
|
||||
|
||||
# Introduction to Grafana
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/guides/what-is-grafana/", "/docs/grafana/latest/introduction/oss-details/"]
|
||||
title = "What is Grafana OSS"
|
||||
weight = 5
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/guides/what-is-grafana/
|
||||
- /docs/grafana/latest/introduction/oss-details/
|
||||
title: What is Grafana OSS
|
||||
weight: 5
|
||||
---
|
||||
|
||||
# What is Grafana OSS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user