Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
+++
|
||||
title = "With Grafana"
|
||||
description = "Guide for getting started with Grafana"
|
||||
keywords = ["grafana", "intro", "guide", "started"]
|
||||
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/guides/gettingstarted
|
||||
- /docs/grafana/latest/guides/getting_started
|
||||
description: Guide for getting started with Grafana
|
||||
keywords:
|
||||
- grafana
|
||||
- intro
|
||||
- guide
|
||||
- started
|
||||
title: With Grafana
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Getting started with Grafana
|
||||
|
||||
|
||||
Reference in New Issue
Block a user