mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 05:22:18 +08:00
Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/working-with-data-frames/"]
|
||||
title = "Working with data frames"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/working-with-data-frames/
|
||||
title: Working with data frames
|
||||
---
|
||||
|
||||
# Working with data frames
|
||||
|
||||
|
Reference in New Issue
Block a user