From 43465e8ded52a4db209154249cbea11a8e3c1793 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 18 Oct 2021 15:59:16 -0400 Subject: [PATCH] Docs: add aliases (#2297) * Docs: add aliases * Normalize alias paths Co-authored-by: Tyler Yahn --- 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..23f7d69ddc8 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.