From 10bc089d2defc799b209a3fb8a9b1018edd6f1b3 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 16 Sep 2022 13:00:24 -0600 Subject: [PATCH] hotfix: fix telegraf nav, add influxdbu banner to resources landing --- content/resources/_index.md | 4 +++- content/telegraf/v1.23/install.md | 2 +- content/telegraf/v1.23/metrics.md | 2 +- content/telegraf/v1.24/install.md | 2 +- content/telegraf/v1.24/metrics.md | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/content/resources/_index.md b/content/resources/_index.md index 3a6d277d3..9303928b3 100644 --- a/content/resources/_index.md +++ b/content/resources/_index.md @@ -7,4 +7,6 @@ menu: name: Additional resources --- -{{< children >}} \ No newline at end of file +{{< children >}} + +{{< influxdbu >}} \ No newline at end of file diff --git a/content/telegraf/v1.23/install.md b/content/telegraf/v1.23/install.md index e6a6a34bf..67507e07c 100644 --- a/content/telegraf/v1.23/install.md +++ b/content/telegraf/v1.23/install.md @@ -2,7 +2,7 @@ title: Install Telegraf description: Install Telegraf on your operating system. menu: - telegraf_1.23: + telegraf_1_23: name: Install weight: 20 diff --git a/content/telegraf/v1.23/metrics.md b/content/telegraf/v1.23/metrics.md index ea64c820d..78a34f6b9 100644 --- a/content/telegraf/v1.23/metrics.md +++ b/content/telegraf/v1.23/metrics.md @@ -2,7 +2,7 @@ title: Telegraf metrics description: Telegraf metrics are internal representations used to model data during processing and are based on InfluxDB's data model. Each metric component includes the measurement name, tags, fields, and timestamp. menu: - telegraf_1.23: + telegraf_1_23: name: Metrics weight: 10 parent: Concepts diff --git a/content/telegraf/v1.24/install.md b/content/telegraf/v1.24/install.md index e6a6a34bf..f267a41a1 100644 --- a/content/telegraf/v1.24/install.md +++ b/content/telegraf/v1.24/install.md @@ -2,7 +2,7 @@ title: Install Telegraf description: Install Telegraf on your operating system. menu: - telegraf_1.23: + telegraf_1_24: name: Install weight: 20 diff --git a/content/telegraf/v1.24/metrics.md b/content/telegraf/v1.24/metrics.md index ea64c820d..6f16c559d 100644 --- a/content/telegraf/v1.24/metrics.md +++ b/content/telegraf/v1.24/metrics.md @@ -2,7 +2,7 @@ title: Telegraf metrics description: Telegraf metrics are internal representations used to model data during processing and are based on InfluxDB's data model. Each metric component includes the measurement name, tags, fields, and timestamp. menu: - telegraf_1.23: + telegraf_1_24: name: Metrics weight: 10 parent: Concepts