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