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/", "/docs/grafana/latest/guides/getting_started/", "/docs/grafana/latest/guides/gettingstarted/"]
|
||||
description = "Learn how to get started with Grafana by adding a preconfigured dashboard."
|
||||
title = "Build your first dashboard"
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/getting-started/build-first-dashboard/
|
||||
- /docs/grafana/latest/getting-started/getting-started/
|
||||
- /docs/grafana/latest/guides/getting_started/
|
||||
- /docs/grafana/latest/guides/gettingstarted/
|
||||
description: Learn how to get started with Grafana by adding a preconfigured dashboard.
|
||||
title: Build your first dashboard
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Build your first dashboard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user