Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/transform-data/debug-transformation/", "/docs/sources/panels/transform-data/debug-transformation/"]
|
||||
title = "Debug a transformation"
|
||||
weight = 30
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/transform-data/debug-transformation/
|
||||
- /docs/sources/panels/transform-data/debug-transformation/
|
||||
title: Debug a transformation
|
||||
weight: 30
|
||||
---
|
||||
|
||||
# Debug a transformation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user