From 6b386896ededae6e5db81b78e1d25594a4b859f3 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 19 Oct 2021 13:33:59 -0400 Subject: [PATCH] Website: support GH page links to canonical src, and aliases (#2224) --- website_docs/_index.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/website_docs/_index.md b/website_docs/_index.md index 216af049c79..30d11e274bc 100644 --- a/website_docs/_index.md +++ b/website_docs/_index.md @@ -1,9 +1,15 @@ --- -title: "Python" -weight: 22 -description: > +title: Python +description: >- A language-specific implementation of OpenTelemetry in Python. +aliases: [/python, /python/metrics, /python/tracing] +cascade: + github_repo: &repo https://github.com/open-telemetry/opentelemetry-python + github_subdir: website_docs + path_base_for_github_subdir: content/en/docs/python/ + github_project_repo: *repo +weight: 22 --- This is the OpenTelemetry for Python documentation. OpenTelemetry is an