Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/datasources/influxdb/", "/docs/grafana/latest/features/datasources/influxdb/"]
|
||||
description = "Guide for using InfluxDB in Grafana"
|
||||
keywords = ["grafana", "influxdb", "guide", "flux"]
|
||||
title = "InfluxDB data source"
|
||||
weight = 700
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/datasources/influxdb/
|
||||
- /docs/grafana/latest/features/datasources/influxdb/
|
||||
description: Guide for using InfluxDB in Grafana
|
||||
keywords:
|
||||
- grafana
|
||||
- influxdb
|
||||
- guide
|
||||
- flux
|
||||
title: InfluxDB data source
|
||||
weight: 700
|
||||
---
|
||||
|
||||
# InfluxDB data source
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/datasources/influxdb/influxdb-flux/"]
|
||||
description = "Guide for Flux in Grafana"
|
||||
title = "Flux support in Grafana"
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/datasources/influxdb/influxdb-flux/
|
||||
description: Guide for Flux in Grafana
|
||||
title: Flux support in Grafana
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Flux query language in Grafana
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/datasources/influxdb/influxdb-templates/"]
|
||||
description = "Guide for templates in InfluxDB"
|
||||
title = "InfluxDB templates"
|
||||
weight = 300
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/datasources/influxdb/influxdb-templates/
|
||||
description: Guide for templates in InfluxDB
|
||||
title: InfluxDB templates
|
||||
weight: 300
|
||||
---
|
||||
|
||||
## InfluxDB templates
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/datasources/influxdb/provision-influxdb/"]
|
||||
description = "Guide for provisioning InfluxDB"
|
||||
title = "Provision InfluxDB"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/datasources/influxdb/provision-influxdb/
|
||||
description: Guide for provisioning InfluxDB
|
||||
title: Provision InfluxDB
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Provision InfluxDB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user