Skip to content

Commit

Permalink
Docs: add aliases (#2297)
Browse files Browse the repository at this point in the history
* Docs: add aliases

* Normalize alias paths

Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
chalin and MrAlias authored Oct 18, 2021
1 parent 2509791 commit 43465e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website_docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: Go
weight: 16
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.
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.
Expand Down

0 comments on commit 43465e8

Please sign in to comment.