From fd42b40052c02d6c80fbbf8fd3b1929ae4337cc0 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 18 Oct 2021 14:11:38 -0400 Subject: [PATCH 1/2] Docs: add aliases --- website_docs/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website_docs/_index.md b/website_docs/_index.md index 61f89649031..a50d4da1649 100644 --- a/website_docs/_index.md +++ b/website_docs/_index.md @@ -1,14 +1,15 @@ --- title: Go -weight: 16 description: >- A language-specific implementation of OpenTelemetry in Go. +aliases: [/golang/, /golang/metrics/, /golang/tracing/] cascade: github_repo: &repo https://github.com/open-telemetry/opentelemetry-go github_subdir: website_docs path_base_for_github_subdir: content/en/docs/go/ github_project_repo: *repo +weight: 16 --- This is the OpenTelemetry for Go documentation. OpenTelemetry is an observability framework -- an API, SDK, and tools that are designed to aid in the generation and collection of application telemetry data such as metrics, logs, and traces. This documentation is designed to help you understand how to get started using OpenTelemetry for Go. From 3cff824febc7a08b8b171e8195095bb12e1eaf55 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 18 Oct 2021 15:00:00 -0400 Subject: [PATCH 2/2] Normalize alias paths --- website_docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_docs/_index.md b/website_docs/_index.md index a50d4da1649..23f7d69ddc8 100644 --- a/website_docs/_index.md +++ b/website_docs/_index.md @@ -3,7 +3,7 @@ title: Go description: >- A language-specific implementation of OpenTelemetry in Go. -aliases: [/golang/, /golang/metrics/, /golang/tracing/] +aliases: [/golang, /golang/metrics, /golang/tracing] cascade: github_repo: &repo https://github.com/open-telemetry/opentelemetry-go github_subdir: website_docs