From c885435fb51968cd5a40da8bf13847324308ab86 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 18 Aug 2021 12:25:44 -0400 Subject: [PATCH] Website: support GH page links to canonical src (#2189) --- website_docs/_index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website_docs/_index.md b/website_docs/_index.md index 9201aa37c78..76b60b8229f 100644 --- a/website_docs/_index.md +++ b/website_docs/_index.md @@ -1,9 +1,14 @@ --- -title: "Go" +title: Go weight: 16 -description: > +description: >- A language-specific implementation of OpenTelemetry in Go. +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 --- 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.