From 986fcf7e5f96ee4db840f9f1170430e2bf2a81f2 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 3 Feb 2023 10:40:00 -0500 Subject: [PATCH] Make collectorVersion available to entire Collector section --- content/en/docs/collector/_index.md | 4 +++- content/en/docs/collector/configuration.md | 2 +- content/en/docs/collector/custom-auth.md | 2 +- content/en/docs/collector/distributions.md | 1 - content/en/docs/collector/getting-started.md | 1 - 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/collector/_index.md b/content/en/docs/collector/_index.md index da4c3e5e76af..7d7f79408af0 100644 --- a/content/en/docs/collector/_index.md +++ b/content/en/docs/collector/_index.md @@ -1,9 +1,11 @@ --- title: Collector -weight: 10 description: Vendor-agnostic way to receive, process and export telemetry data. spelling: cSpell:ignore Otel aliases: [/docs/collector/about] +cascade: + collectorVersion: 0.70.0 +weight: 10 --- ![OpenTelemetry Collector diagram with Jaeger, OTLP and Prometheus integration](https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/Otel_Collector.svg) diff --git a/content/en/docs/collector/configuration.md b/content/en/docs/collector/configuration.md index 7125100563d1..1dd11a282d26 100644 --- a/content/en/docs/collector/configuration.md +++ b/content/en/docs/collector/configuration.md @@ -1,5 +1,5 @@ --- -title: "Configuration" +title: Configuration weight: 20 --- diff --git a/content/en/docs/collector/custom-auth.md b/content/en/docs/collector/custom-auth.md index bcd190356501..583ce0c5fb7f 100644 --- a/content/en/docs/collector/custom-auth.md +++ b/content/en/docs/collector/custom-auth.md @@ -1,5 +1,5 @@ --- -title: "Building a custom authenticator" +title: Building a custom authenticator weight: 30 --- diff --git a/content/en/docs/collector/distributions.md b/content/en/docs/collector/distributions.md index 032fcdd5da50..64b260e3ec9c 100644 --- a/content/en/docs/collector/distributions.md +++ b/content/en/docs/collector/distributions.md @@ -1,6 +1,5 @@ --- title: Distributions -spelling: cSpell:ignore weight: 25 --- diff --git a/content/en/docs/collector/getting-started.md b/content/en/docs/collector/getting-started.md index 8ec4fcc8cb68..f2ffd82054ca 100644 --- a/content/en/docs/collector/getting-started.md +++ b/content/en/docs/collector/getting-started.md @@ -2,7 +2,6 @@ title: Getting Started spelling: cSpell:ignore dpkg GOARCH journalctl kubectl weight: 1 -collectorVersion: 0.70.0 --- If you aren't familiar with the deployment models, components, and repositories