diff --git a/content/en/docs/instrumentation/python/api.md b/content/en/docs/instrumentation/python/api.md index 76f2e7d86..93e2f13d7 100644 --- a/content/en/docs/instrumentation/python/api.md +++ b/content/en/docs/instrumentation/python/api.md @@ -4,5 +4,5 @@ linkTitle: API redirect: https://opentelemetry-python.readthedocs.io/en/latest/# manualLinkTarget: _blank _build: { render: link } -weight: 50 +weight: 210 --- diff --git a/content/en/docs/instrumentation/python/automatic/_index.md b/content/en/docs/instrumentation/python/automatic/_index.md index 10b74ac35..d070b44e3 100644 --- a/content/en/docs/instrumentation/python/automatic/_index.md +++ b/content/en/docs/instrumentation/python/automatic/_index.md @@ -1,7 +1,7 @@ --- title: Automatic Instrumentation linkTitle: Automatic -weight: 30 +weight: 20 spelling: cSpell:ignore distro mkdir uninstrumented virtualenv --- diff --git a/content/en/docs/instrumentation/python/automatic/agent-config.md b/content/en/docs/instrumentation/python/automatic/agent-config.md index d2679fa77..c67ae0891 100644 --- a/content/en/docs/instrumentation/python/automatic/agent-config.md +++ b/content/en/docs/instrumentation/python/automatic/agent-config.md @@ -1,7 +1,7 @@ --- title: Agent Configuration linkTitle: Configuration -weight: 45 +weight: 10 spelling: cSpell:ignore distro mkdir myapp uninstrumented virtualenv --- diff --git a/content/en/docs/instrumentation/python/automatic/example.md b/content/en/docs/instrumentation/python/automatic/example.md index 109b6b0ed..5a87f52d4 100644 --- a/content/en/docs/instrumentation/python/automatic/example.md +++ b/content/en/docs/instrumentation/python/automatic/example.md @@ -1,7 +1,7 @@ --- title: Auto-Instrumentation Example linkTitle: Example -weight: 45 +weight: 20 spelling: cSpell:ignore distro mkdir uninstrumented virtualenv --- diff --git a/content/en/docs/instrumentation/python/automatic/operator.md b/content/en/docs/instrumentation/python/automatic/operator.md index fede8b029..cb21785de 100644 --- a/content/en/docs/instrumentation/python/automatic/operator.md +++ b/content/en/docs/instrumentation/python/automatic/operator.md @@ -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 --- diff --git a/content/en/docs/instrumentation/python/cookbook.md b/content/en/docs/instrumentation/python/cookbook.md index fcbb4a834..ea4dcb415 100644 --- a/content/en/docs/instrumentation/python/cookbook.md +++ b/content/en/docs/instrumentation/python/cookbook.md @@ -1,6 +1,6 @@ --- title: Cookbook -weight: 47 +weight: 100 --- This page is a cookbook for common scenarios. diff --git a/content/en/docs/instrumentation/python/distro.md b/content/en/docs/instrumentation/python/distro.md index f59dea3ea..0bd7624bd 100644 --- a/content/en/docs/instrumentation/python/distro.md +++ b/content/en/docs/instrumentation/python/distro.md @@ -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 diff --git a/content/en/docs/instrumentation/python/examples.md b/content/en/docs/instrumentation/python/examples.md index a21fd1b89..c0d32d6e8 100644 --- a/content/en/docs/instrumentation/python/examples.md +++ b/content/en/docs/instrumentation/python/examples.md @@ -3,5 +3,5 @@ title: Examples redirect: https://opentelemetry-python.readthedocs.io/en/stable/examples/ manualLinkTarget: _blank _build: { render: link } -weight: 60 +weight: 220 --- diff --git a/content/en/docs/instrumentation/python/exporters.md b/content/en/docs/instrumentation/python/exporters.md index c7b2b24eb..0671ee8c3 100644 --- a/content/en/docs/instrumentation/python/exporters.md +++ b/content/en/docs/instrumentation/python/exporters.md @@ -1,6 +1,6 @@ --- title: Exporters -weight: 4 +weight: 50 spelling: cSpell:ignore LOWMEMORY proto --- diff --git a/content/en/docs/instrumentation/python/getting-started.md b/content/en/docs/instrumentation/python/getting-started.md index f2284c687..620efab33 100644 --- a/content/en/docs/instrumentation/python/getting-started.md +++ b/content/en/docs/instrumentation/python/getting-started.md @@ -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. diff --git a/content/en/docs/instrumentation/python/manual.md b/content/en/docs/instrumentation/python/manual.md index 27838d09f..07ef1bf40 100644 --- a/content/en/docs/instrumentation/python/manual.md +++ b/content/en/docs/instrumentation/python/manual.md @@ -1,7 +1,7 @@ --- title: Manual Instrumentation linkTitle: Manual -weight: 3 +weight: 20 --- Manual instrumentation is the process of adding observability code to your diff --git a/content/en/docs/instrumentation/python/mypy.md b/content/en/docs/instrumentation/python/mypy.md index 0671048f8..9746e5cb0 100644 --- a/content/en/docs/instrumentation/python/mypy.md +++ b/content/en/docs/instrumentation/python/mypy.md @@ -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