From 6786f86dcb76be4c0af9eab29e6be2b3f7b24224 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 17 Aug 2021 19:19:02 -0400 Subject: [PATCH] Website: support GH page links to canonical src --- 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.