From 29ff1ba739f73a1d4b9975e413c33ff39adeaec2 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Wed, 20 Aug 2025 16:16:48 -0500 Subject: [PATCH 1/2] chore(tools): remove minor version from product name in sidebarDisplay Kapacitor v1 instead of Kapacitor v1. --- content/chronograf/v1/_index.md | 2 +- content/kapacitor/v1/_index.md | 2 +- content/telegraf/v1/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/chronograf/v1/_index.md b/content/chronograf/v1/_index.md index ca0c40807..244caf8a3 100644 --- a/content/chronograf/v1/_index.md +++ b/content/chronograf/v1/_index.md @@ -6,7 +6,7 @@ description: > monitoring data and easily create alerting and automation rules. menu: chronograf_v1: - name: Chronograf v1.10 + name: Chronograf v1 weight: 1 --- diff --git a/content/kapacitor/v1/_index.md b/content/kapacitor/v1/_index.md index 5f9ecda8b..b4eef1de8 100644 --- a/content/kapacitor/v1/_index.md +++ b/content/kapacitor/v1/_index.md @@ -5,7 +5,7 @@ description: > create alerts, run ETL jobs and detect anomalies. menu: kapacitor_v1: - name: Kapacitor v1.8 + name: Kapacitor v1 weight: 1 --- diff --git a/content/telegraf/v1/_index.md b/content/telegraf/v1/_index.md index 2ef2e0fb2..e089b9dfc 100644 --- a/content/telegraf/v1/_index.md +++ b/content/telegraf/v1/_index.md @@ -5,7 +5,7 @@ description: > time series platform, used to collect and report metrics. Telegraf supports four categories of plugins -- input, output, aggregator, and processor. menu: telegraf_v1: - name: Telegraf v1.35 + name: Telegraf v1 weight: 1 related: - /resources/videos/intro-to-telegraf/ From a816f51c299a70c34e5cfb9a670456b395e250c3 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 21 Aug 2025 08:48:53 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Scott Anderson --- content/chronograf/v1/_index.md | 2 +- content/kapacitor/v1/_index.md | 2 +- content/telegraf/v1/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/chronograf/v1/_index.md b/content/chronograf/v1/_index.md index 244caf8a3..b447ab871 100644 --- a/content/chronograf/v1/_index.md +++ b/content/chronograf/v1/_index.md @@ -6,7 +6,7 @@ description: > monitoring data and easily create alerting and automation rules. menu: chronograf_v1: - name: Chronograf v1 + name: Chronograf weight: 1 --- diff --git a/content/kapacitor/v1/_index.md b/content/kapacitor/v1/_index.md index b4eef1de8..23bd229de 100644 --- a/content/kapacitor/v1/_index.md +++ b/content/kapacitor/v1/_index.md @@ -5,7 +5,7 @@ description: > create alerts, run ETL jobs and detect anomalies. menu: kapacitor_v1: - name: Kapacitor v1 + name: Kapacitor weight: 1 --- diff --git a/content/telegraf/v1/_index.md b/content/telegraf/v1/_index.md index e089b9dfc..0e9898b0b 100644 --- a/content/telegraf/v1/_index.md +++ b/content/telegraf/v1/_index.md @@ -5,7 +5,7 @@ description: > time series platform, used to collect and report metrics. Telegraf supports four categories of plugins -- input, output, aggregator, and processor. menu: telegraf_v1: - name: Telegraf v1 + name: Telegraf weight: 1 related: - /resources/videos/intro-to-telegraf/