mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 13:42:09 +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,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/variables/variable-examples/"]
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable"]
|
||||
title = "Variable examples"
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/variable-examples/
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
title: Variable examples
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Variable examples
|
||||
|
||||
|
Reference in New Issue
Block a user