Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/format-data/", "/docs/grafana/latest/panels/value-mappings/", "/docs/sources/panels/format-data/"]
|
||||
title = "Format data using value mapping"
|
||||
weight = 600
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/format-data/
|
||||
- /docs/grafana/latest/panels/value-mappings/
|
||||
- /docs/sources/panels/format-data/
|
||||
title: Format data using value mapping
|
||||
weight: 600
|
||||
---
|
||||
|
||||
# Format data using value mapping
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/format-data/about-value-mapping/", "/docs/sources/panels/format-data/about-value-mapping/"]
|
||||
title = "About value mapping"
|
||||
weight = 10
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/format-data/about-value-mapping/
|
||||
- /docs/sources/panels/format-data/about-value-mapping/
|
||||
title: About value mapping
|
||||
weight: 10
|
||||
---
|
||||
|
||||
# About value mapping
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/format-data/edit-value-mapping/", "/docs/sources/panels/format-data/edit-value-mapping/"]
|
||||
title = "Edit a value mapping"
|
||||
weight = 60
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/format-data/edit-value-mapping/
|
||||
- /docs/sources/panels/format-data/edit-value-mapping/
|
||||
title: Edit a value mapping
|
||||
weight: 60
|
||||
---
|
||||
|
||||
# Edit a value mapping
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/format-data/map-a-range/", "/docs/sources/panels/format-data/map-a-range/"]
|
||||
title = "Map a range"
|
||||
weight = 30
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/format-data/map-a-range/
|
||||
- /docs/sources/panels/format-data/map-a-range/
|
||||
title: Map a range
|
||||
weight: 30
|
||||
---
|
||||
|
||||
# Map a range
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/format-data/map-a-special-value/", "/docs/sources/panels/format-data/map-a-special-value/"]
|
||||
title = "Map a special value"
|
||||
weight = 50
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/format-data/map-a-special-value/
|
||||
- /docs/sources/panels/format-data/map-a-special-value/
|
||||
title: Map a special value
|
||||
weight: 50
|
||||
---
|
||||
|
||||
# Map a special value
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/format-data/map-a-value/", "/docs/sources/panels/format-data/map-a-value/"]
|
||||
title = "Map a value"
|
||||
weight = 20
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/format-data/map-a-value/
|
||||
- /docs/sources/panels/format-data/map-a-value/
|
||||
title: Map a value
|
||||
weight: 20
|
||||
---
|
||||
|
||||
# Map a value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user