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,9 +1,13 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/getting-started/getting-started-sql/", "/docs/grafana/latest/guides/getting_started/", "/docs/grafana/latest/guides/gettingstarted/"]
|
||||
description = "Learn how to build your first MS SQL Server dashboard in Grafana."
|
||||
title = "Get started with Grafana and MS SQL Server"
|
||||
weight = 500
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/getting-started/get-started-grafana-ms-sql-server/
|
||||
- /docs/grafana/latest/getting-started/getting-started-sql/
|
||||
- /docs/grafana/latest/guides/getting_started/
|
||||
- /docs/grafana/latest/guides/gettingstarted/
|
||||
description: Learn how to build your first MS SQL Server dashboard in Grafana.
|
||||
title: Get started with Grafana and MS SQL Server
|
||||
weight: 500
|
||||
---
|
||||
|
||||
# Get started with Grafana and MS SQL Server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user