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.