Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website: support GH page links to canonical src #2189

Merged
merged 1 commit into from
Aug 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions website_docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
title: "Go"
title: Go
weight: 16
description: >
description: >-
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Golang_SDK.svg"></img>
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.
Expand Down