diff --git a/content/flux/v0/prometheus/_index.md b/content/flux/v0/prometheus/_index.md index ba0d76b6f..6f68a771c 100644 --- a/content/flux/v0/prometheus/_index.md +++ b/content/flux/v0/prometheus/_index.md @@ -3,7 +3,9 @@ title: Work with Prometheus description: > Flux provides tools for scraping and processing raw [Prometheus-formatted metrics](https://prometheus.io/docs/concepts/data_model/) from an HTTP-accessible endpoint. -menu: flux_0_x +menu: + flux_v0: + name: Work with Prometheus weight: 8 flux/v0/tags: [prometheus] --- diff --git a/content/flux/v0/query-data/_index.md b/content/flux/v0/query-data/_index.md index 038424f8a..5ca025636 100644 --- a/content/flux/v0/query-data/_index.md +++ b/content/flux/v0/query-data/_index.md @@ -2,7 +2,9 @@ title: Query data sources description: > Query different data sources with Flux including InfluxDB, SQL databases, CSV, and Prometheus. -menu: flux_0_x +menu: + flux_v0: + name: Query data sources weight: 5 --- diff --git a/content/flux/v0/write-data/_index.md b/content/flux/v0/write-data/_index.md index 293c3ee98..9707438ae 100644 --- a/content/flux/v0/write-data/_index.md +++ b/content/flux/v0/write-data/_index.md @@ -2,7 +2,9 @@ title: Write to data sources description: > Write to different data sources with Flux including InfluxDB, SQL databases, CSV, and Prometheus. -menu: flux_0_x +menu: + flux_v0: + name: Write to data sources weight: 5 ---