mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08: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,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/best-practices/best-practices-for-creating-dashboards/"]
|
||||
description = "Best practices for creating dashboards in Grafana"
|
||||
title = "Best practices for creating dashboards"
|
||||
weight = 100
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/best-practices/best-practices-for-creating-dashboards/
|
||||
description: Best practices for creating dashboards in Grafana
|
||||
title: Best practices for creating dashboards
|
||||
weight: 100
|
||||
---
|
||||
|
||||
# Best practices for creating dashboards
|
||||
|
||||
|
Reference in New Issue
Block a user