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/basics/"]
|
||||
title = "Grafana basics"
|
||||
weight = 15
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/basics/
|
||||
title: Grafana basics
|
||||
weight: 15
|
||||
---
|
||||
|
||||
# Grafana basics
|
||||
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/basics/exemplars/"]
|
||||
description = "Exemplars"
|
||||
keywords = ["grafana", "concepts", "exemplars", "prometheus"]
|
||||
title = "Exemplars"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/basics/exemplars/
|
||||
description: Exemplars
|
||||
keywords:
|
||||
- grafana
|
||||
- concepts
|
||||
- exemplars
|
||||
- prometheus
|
||||
title: Exemplars
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Introduction to exemplars
|
||||
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/basics/exemplars/view-exemplars/"]
|
||||
description = "Exemplars"
|
||||
keywords = ["grafana", "concepts", "exemplars", "prometheus"]
|
||||
title = "View exemplar data"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/basics/exemplars/view-exemplars/
|
||||
description: Exemplars
|
||||
keywords:
|
||||
- grafana
|
||||
- concepts
|
||||
- exemplars
|
||||
- prometheus
|
||||
title: View exemplar data
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# View exemplar data
|
||||
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/basics/glossary/", "/docs/grafana/latest/getting-started/glossary/", "/docs/grafana/latest/guides/glossary/"]
|
||||
description = "Grafana glossary"
|
||||
keywords = ["grafana", "intro", "glossary", "dictionary"]
|
||||
title = "Glossary"
|
||||
weight = 800
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/basics/glossary/
|
||||
- /docs/grafana/latest/getting-started/glossary/
|
||||
- /docs/grafana/latest/guides/glossary/
|
||||
description: Grafana glossary
|
||||
keywords:
|
||||
- grafana
|
||||
- intro
|
||||
- glossary
|
||||
- dictionary
|
||||
title: Glossary
|
||||
weight: 800
|
||||
---
|
||||
|
||||
# Glossary
|
||||
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/basics/intro-histograms/", "/docs/grafana/latest/getting-started/intro-histograms/"]
|
||||
description = "An introduction to histograms and heatmaps"
|
||||
keywords = ["grafana", "heatmap", "panel", "documentation", "histogram"]
|
||||
title = "Histograms and heatmaps"
|
||||
weight = 700
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/basics/intro-histograms/
|
||||
- /docs/grafana/latest/getting-started/intro-histograms/
|
||||
description: An introduction to histograms and heatmaps
|
||||
keywords:
|
||||
- grafana
|
||||
- heatmap
|
||||
- panel
|
||||
- documentation
|
||||
- histogram
|
||||
title: Histograms and heatmaps
|
||||
weight: 700
|
||||
---
|
||||
|
||||
# Introduction to histograms and heatmaps
|
||||
|
||||
|
||||
@@ -1,10 +1,19 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/basics/timeseries-dimensions/", "/docs/grafana/latest/getting-started/timeseries-dimensions/", "/docs/grafana/latest/guides/timeseries-dimensions/"]
|
||||
description = "time series dimensions"
|
||||
keywords = ["grafana", "intro", "guide", "concepts", "timeseries", "labels"]
|
||||
title = "Time series dimensions"
|
||||
weight = 600
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/basics/timeseries-dimensions/
|
||||
- /docs/grafana/latest/getting-started/timeseries-dimensions/
|
||||
- /docs/grafana/latest/guides/timeseries-dimensions/
|
||||
description: time series dimensions
|
||||
keywords:
|
||||
- grafana
|
||||
- intro
|
||||
- guide
|
||||
- concepts
|
||||
- timeseries
|
||||
- labels
|
||||
title: Time series dimensions
|
||||
weight: 600
|
||||
---
|
||||
|
||||
# Time series dimensions
|
||||
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/basics/timeseries/"]
|
||||
description = "Introduction to time series"
|
||||
keywords = ["grafana", "intro", "guide", "concepts", "timeseries"]
|
||||
title = "Intro to time series"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/basics/timeseries/
|
||||
description: Introduction to time series
|
||||
keywords:
|
||||
- grafana
|
||||
- intro
|
||||
- guide
|
||||
- concepts
|
||||
- timeseries
|
||||
title: Intro to time series
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Introduction to time series
|
||||
|
||||
|
||||
Reference in New Issue
Block a user