Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Templates and variables"
|
||||
weight = 130
|
||||
+++
|
||||
---
|
||||
title: Templates and variables
|
||||
weight: 130
|
||||
---
|
||||
|
||||
# Templates and variables
|
||||
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
+++
|
||||
title = "Advanced variable format options"
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable"]
|
||||
weight = 600
|
||||
+++
|
||||
---
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
title: Advanced variable format options
|
||||
weight: 600
|
||||
---
|
||||
|
||||
# Advanced variable format options
|
||||
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
+++
|
||||
title = "Filter variables with regex"
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable"]
|
||||
weight = 700
|
||||
+++
|
||||
---
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
title: Filter variables with regex
|
||||
weight: 700
|
||||
---
|
||||
|
||||
# Filter variables with regex
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Multi-value variables"
|
||||
weight = 600
|
||||
+++
|
||||
---
|
||||
title: Multi-value variables
|
||||
weight: 600
|
||||
---
|
||||
|
||||
# Multi-value variables
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
title = "Inspect variables"
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable"]
|
||||
aliases = ["/docs/grafana/latest/reference/templating"]
|
||||
weight = 125
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/reference/templating
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
title: Inspect variables
|
||||
weight: 125
|
||||
---
|
||||
|
||||
# Inspect variables and their dependencies
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
title = "Manage variables"
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable"]
|
||||
aliases = ["/docs/grafana/latest/reference/templating"]
|
||||
weight = 120
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/reference/templating
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
title: Manage variables
|
||||
weight: 120
|
||||
---
|
||||
|
||||
# Manage variables
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
title = "Variable syntax"
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable"]
|
||||
aliases = ["/docs/grafana/latest/reference/templating"]
|
||||
weight = 100
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/reference/templating
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
title: Variable syntax
|
||||
weight: 100
|
||||
---
|
||||
|
||||
# Variable syntax
|
||||
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
+++
|
||||
title = "Variable examples"
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable"]
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
title: Variable examples
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Variable examples
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Variable selection options"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
title: Variable selection options
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Configure variable selection options
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Add variables"
|
||||
weight = 140
|
||||
+++
|
||||
---
|
||||
title: Add variables
|
||||
weight: 140
|
||||
---
|
||||
|
||||
# Variables types
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Add ad hoc filters"
|
||||
aliases = ["/docs/grafana/latest/variables/add-ad-hoc-filters.md"]
|
||||
weight = 700
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/add-ad-hoc-filters.md
|
||||
title: Add ad hoc filters
|
||||
weight: 700
|
||||
---
|
||||
|
||||
# Add ad hoc filters
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Add a constant variable"
|
||||
aliases = ["/docs/grafana/latest/variables/add-constant-variable.md"]
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/add-constant-variable.md
|
||||
title: Add a constant variable
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Add a constant variable
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Add a custom variable"
|
||||
aliases = ["/docs/grafana/latest/variables/add-custom-variable.md"]
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/add-custom-variable.md
|
||||
title: Add a custom variable
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Add a custom variable
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Add a data source variable"
|
||||
aliases = ["/docs/grafana/latest/variables/add-data-source-variable.md"]
|
||||
weight = 500
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/add-data-source-variable.md
|
||||
title: Add a data source variable
|
||||
weight: 500
|
||||
---
|
||||
|
||||
# Add a data source variable
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Add an interval variable"
|
||||
aliases = ["/docs/grafana/latest/variables/add-interval-variable.md"]
|
||||
weight = 600
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/add-interval-variable.md
|
||||
title: Add an interval variable
|
||||
weight: 600
|
||||
---
|
||||
|
||||
# Add an interval variable
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Add a query variable"
|
||||
aliases = ["/docs/grafana/latest/variables/add-query-variable.md"]
|
||||
weight = 100
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/add-query-variable.md
|
||||
title: Add a query variable
|
||||
weight: 100
|
||||
---
|
||||
|
||||
# Add a query variable
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
title = "Add a text box variable"
|
||||
aliases = ["/docs/grafana/latest/variables/add-text-box-variable.md"]
|
||||
weight = 300
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/add-text-box-variable.md
|
||||
title: Add a text box variable
|
||||
weight: 300
|
||||
---
|
||||
|
||||
# Add a text box variable
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
title = "Chained variables"
|
||||
keywords = ["grafana", "templating", "variable", "nested", "chained", "linked"]
|
||||
aliases = ["/docs/grafana/latest/variables/chained-variables.md"]
|
||||
weight = 800
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/chained-variables.md
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- variable
|
||||
- nested
|
||||
- chained
|
||||
- linked
|
||||
title: Chained variables
|
||||
weight: 800
|
||||
---
|
||||
|
||||
# Chained variables
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
title = "Global variables"
|
||||
keywords = ["grafana", "templating", "documentation", "guide", "template", "variable", "global", "standard"]
|
||||
aliases = ["/docs/grafana/latest/variables/global-variables.md"]
|
||||
weight = 900
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/variables/global-variables.md
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
- documentation
|
||||
- guide
|
||||
- template
|
||||
- variable
|
||||
- global
|
||||
- standard
|
||||
title: Global variables
|
||||
weight: 900
|
||||
---
|
||||
|
||||
# Global variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user