Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common weights for go pages #4211

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website_docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ linkTitle: API
redirect: https://pkg.go.dev/go.opentelemetry.io/otel
manualLinkTarget: _blank
_build: { render: link }
weight: 50
weight: 210
---
2 changes: 1 addition & 1 deletion website_docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: Examples
redirect: https://github.com/open-telemetry/opentelemetry-go/tree/main/example
manualLinkTarget: _blank
_build: { render: link }
weight: 60
weight: 220
---
2 changes: 1 addition & 1 deletion website_docs/exporters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Exporters
aliases: [/docs/instrumentation/go/exporting_data]
weight: 4
weight: 50
---

In order to visualize and analyze your [traces](/docs/concepts/signals/traces/)
Expand Down
2 changes: 1 addition & 1 deletion website_docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting Started
weight: 2
weight: 10
---

Welcome to the OpenTelemetry for Go getting started guide! This guide will walk
Expand Down
2 changes: 1 addition & 1 deletion website_docs/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: Libraries
aliases:
- /docs/instrumentation/go/using_instrumentation_libraries
- /docs/instrumentation/go/automatic_instrumentation
weight: 3
weight: 40
---

Go does not support truly automatic instrumentation like other languages today.
Expand Down
2 changes: 1 addition & 1 deletion website_docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: Manual
aliases:
- /docs/instrumentation/go/instrumentation
- /docs/instrumentation/go/manual_instrumentation
weight: 3
weight: 30
---

Instrumentation is the process of adding observability code to your application.
Expand Down
2 changes: 1 addition & 1 deletion website_docs/resources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Resources
weight: 6
weight: 70
---

Resources are a special type of attribute that apply to all spans generated by a
Expand Down
2 changes: 1 addition & 1 deletion website_docs/sampling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Sampling
weight: 8
weight: 80
---

Sampling is a process that restricts the amount of traces that are generated by
Expand Down