Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user