Common weights for python pages (#2836)

Co-authored-by: Phillip Carter <pcarter@fastmail.com>
This commit is contained in:
Severin Neumann 2023-06-07 20:43:55 +02:00 committed by GitHub
parent 5df9b03b13
commit 219af44d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View File

@ -4,5 +4,5 @@ linkTitle: API
redirect: https://opentelemetry-python.readthedocs.io/en/latest/#
manualLinkTarget: _blank
_build: { render: link }
weight: 50
weight: 210
---

View File

@ -1,7 +1,7 @@
---
title: Automatic Instrumentation
linkTitle: Automatic
weight: 30
weight: 20
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
---

View File

@ -1,7 +1,7 @@
---
title: Agent Configuration
linkTitle: Configuration
weight: 45
weight: 10
spelling: cSpell:ignore distro mkdir myapp uninstrumented virtualenv
---

View File

@ -1,7 +1,7 @@
---
title: Auto-Instrumentation Example
linkTitle: Example
weight: 45
weight: 20
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
---

View File

@ -1,7 +1,7 @@
---
title: Using the OpenTelemetry Operator to Inject Auto-Instrumentation
linkTitle: Operator
weight: 45
weight: 30
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
---

View File

@ -1,6 +1,6 @@
---
title: Cookbook
weight: 47
weight: 100
---
This page is a cookbook for common scenarios.

View File

@ -2,7 +2,7 @@
spelling: cSpell:ignore configurator distro distros loglevel
title: OpenTelemetry Distro
linkTitle: Distro
weight: 48
weight: 110
---
In order to make using OpenTelemetry and auto-instrumentation as quick as

View File

@ -3,5 +3,5 @@ title: Examples
redirect: https://opentelemetry-python.readthedocs.io/en/stable/examples/
manualLinkTarget: _blank
_build: { render: link }
weight: 60
weight: 220
---

View File

@ -1,6 +1,6 @@
---
title: Exporters
weight: 4
weight: 50
spelling: cSpell:ignore LOWMEMORY proto
---

View File

@ -3,7 +3,7 @@ title: Getting Started
description: Get telemetry for your app in less than 5 minutes!
spelling: cSpell:ignore venv distro rolldice randint
spelling: cSpell:ignore rollspan loglevel loggingexporter
weight: 1
weight: 10
---
This page will show you how to get started with OpenTelemetry in Python.

View File

@ -1,7 +1,7 @@
---
title: Manual Instrumentation
linkTitle: Manual
weight: 3
weight: 20
---
Manual instrumentation is the process of adding observability code to your

View File

@ -1,6 +1,6 @@
---
title: Using mypy
weight: 49
weight: 120
---
If you're using [mypy](http://mypy-lang.org/), you'll need to turn on