Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b38689

Browse files
authored
Website: support GH page links to canonical src, and aliases (open-telemetry#2224)
1 parent 063681d commit 6b38689

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

website_docs/_index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
2-
title: "Python"
3-
weight: 22
4-
description: >
2+
title: Python
3+
description: >-
54
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Python_SDK.svg"></img>
65
A language-specific implementation of OpenTelemetry in Python.
6+
aliases: [/python, /python/metrics, /python/tracing]
7+
cascade:
8+
github_repo: &repo https://github.com/open-telemetry/opentelemetry-python
9+
github_subdir: website_docs
10+
path_base_for_github_subdir: content/en/docs/python/
11+
github_project_repo: *repo
12+
weight: 22
713
---
814

915
This is the OpenTelemetry for Python documentation. OpenTelemetry is an

0 commit comments

Comments
 (0)