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/format-data/map-a-regular-expression/", "/docs/sources/panels/format-data/map-a-regular-expression/"]
|
||||
title = "Map a regular expression"
|
||||
weight = 40
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/format-data/map-a-regular-expression/
|
||||
- /docs/sources/panels/format-data/map-a-regular-expression/
|
||||
title: Map a regular expression
|
||||
weight: 40
|
||||
---
|
||||
|
||||
# Map a regular expression
|
||||
|
||||
|
||||
Reference in New Issue
Block a user