Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Getting started"
|
||||
weight = 10
|
||||
aliases = ["/docs/grafana/latest/guides/what-is-grafana"]
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/guides/what-is-grafana
|
||||
title: Getting started
|
||||
weight: 10
|
||||
---
|
||||
|
||||
# Getting started
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "With Grafana and InfluxDB"
|
||||
description = "Guide for getting started with Grafana and InfluxDB"
|
||||
keywords = ["grafana", "intro", "guide", "started"]
|
||||
weight = 250
|
||||
+++
|
||||
---
|
||||
description: Guide for getting started with Grafana and InfluxDB
|
||||
keywords:
|
||||
- grafana
|
||||
- intro
|
||||
- guide
|
||||
- started
|
||||
title: With Grafana and InfluxDB
|
||||
weight: 250
|
||||
---
|
||||
|
||||
# Getting started with Grafana and InfluxDB
|
||||
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
+++
|
||||
title = "With Grafana and Prometheus"
|
||||
description = "Guide for getting started with Grafana and Prometheus"
|
||||
keywords = ["grafana", "intro", "guide", "started"]
|
||||
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
|
||||
weight = 300
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/guides/gettingstarted
|
||||
- /docs/grafana/latest/guides/getting_started
|
||||
description: Guide for getting started with Grafana and Prometheus
|
||||
keywords:
|
||||
- grafana
|
||||
- intro
|
||||
- guide
|
||||
- started
|
||||
title: With Grafana and Prometheus
|
||||
weight: 300
|
||||
---
|
||||
|
||||
# Getting started with Grafana and Prometheus
|
||||
|
||||
|
||||
@@ -1,10 +1,18 @@
|
||||
+++
|
||||
description = "Guide for getting started with Grafana and MS SQL Server"
|
||||
keywords = ["grafana", "intro", "guide", "started", "SQL", "MSSQL"]
|
||||
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
|
||||
draft = true
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/guides/gettingstarted
|
||||
- /docs/grafana/latest/guides/getting_started
|
||||
description: Guide for getting started with Grafana and MS SQL Server
|
||||
draft: true
|
||||
keywords:
|
||||
- grafana
|
||||
- intro
|
||||
- guide
|
||||
- started
|
||||
- SQL
|
||||
- MSSQL
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Getting started with Grafana and MS SQL Server
|
||||
|
||||
|
||||
@@ -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