Merge pull request #5550 from influxdata/5404-flux-broken-menu-links

fix(flux): Write, Query, and Prometheus menu name
pull/5545/head^2
Jason Stirnaman 2024-08-02 09:45:52 -05:00 committed by GitHub
commit ba51971d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 3 deletions

View File

@ -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]
---

View File

@ -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
---

View File

@ -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
---