Skip to content

Commit d8f5ed2

Browse files
authored
Update language docs weights while preserving order (#9027)
1 parent f4decf7 commit d8f5ed2

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

‎content/en/docs/languages/cpp/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: C++
3-
weight: 11
3+
weight: 110
44
description: >
55
<img width="35" class="img-initial otel-icon"
66
src="/img/logos/32x32/C++_SDK.svg" alt="C++"> A language-specific

‎content/en/docs/languages/dotnet/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
src="/img/logos/32x32/dotnet.svg" alt=".NET"> A language-specific
66
implementation of OpenTelemetry in .NET.
77
aliases: [net, /csharp, /csharp/metrics, /csharp/tracing]
8-
weight: 12
8+
weight: 120
99
---
1010

1111
{{% docs/languages/index-intro dotnet /%}}

‎content/en/docs/languages/erlang/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Erlang/Elixir
3-
weight: 14
3+
weight: 130
44
description: >
55
<img width="35" class="img-initial otel-icon"
66
src="/img/logos/32x32/Erlang_SDK.svg" alt="Erlang/Elixir"> A language-specific

‎content/en/docs/languages/go/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases: [/golang, /golang/metrics, /golang/tracing]
88
redirects:
99
- { from: /go/*, to: ':splat' }
1010
- { from: /docs/go/*, to: ':splat' }
11-
weight: 16
11+
weight: 140
1212
---
1313

1414
{{% docs/languages/index-intro go /%}}

‎content/en/docs/languages/java/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cascade:
1414
otel: 1.58.0
1515
contrib: 1.53.0
1616
semconv: 1.37.0
17-
weight: 18
17+
weight: 150
1818
---
1919

2020
{{% docs/languages/index-intro java /%}}

‎content/en/docs/languages/js/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases: [/js/metrics, /js/tracing, nodejs]
88
redirects:
99
- { from: /js/*, to: ':splat' }
1010
- { from: /docs/js/*, to: ':splat' }
11-
weight: 20
11+
weight: 160
1212
---
1313

1414
{{% docs/languages/index-intro js /%}}

‎content/en/docs/languages/kotlin/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Kotlin
33
description: >-
44
<img width="35" class="img-initial otel-icon" src="/img/logos/32x32/SDK.svg"
55
alt="Kotlin"> A language-specific implementation of OpenTelemetry in Kotlin.
6-
weight: 20
6+
weight: 170
77
---
88

99
{{% docs/languages/index-intro kotlin /%}}

‎content/en/docs/languages/other/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Other languages
33
linkTitle: Other
4-
weight: 99
4+
weight: 999
55
description: >-
66
Language-specific implementation of OpenTelemetry for other languages.
77
---

‎content/en/docs/languages/php/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
redirects:
77
- { from: /php/*, to: ':splat' }
88
- { from: /docs/php/*, to: ':splat' }
9-
weight: 21
9+
weight: 180
1010
cSpell:ignore: mbstring opcache
1111
---
1212

‎content/en/docs/languages/python/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
src="/img/logos/32x32/Python_SDK.svg" alt="Python"> A language-specific
66
implementation of OpenTelemetry in Python.
77
aliases: [/python, /python/metrics, /python/tracing]
8-
weight: 22
8+
weight: 190
99
---
1010

1111
{{% docs/languages/index-intro python /%}}

0 commit comments

Comments
 (0)