Skip to content

Commit

Permalink
make concepts come first in the docs page sidebar (#327)
Browse files Browse the repository at this point in the history
Each language entry has weight 10 so that they are sorted in
alphabetical order. Concepts is weight 1 so it comes first and
other entries to come after each language, like collector and
workshops get a multiple of 10 weight.
  • Loading branch information
tsloughter committed Nov 18, 2020
1 parent 0c5f4ed commit 67dec89
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/collector/_index.md
@@ -1,7 +1,7 @@
---
title: "Collector"
linkTitle: "Collector"
weight: 10
weight: 20
description: >
Vendor-agnostic way to receive, process and export telemetry data
---
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/go/_index.md
@@ -1,6 +1,6 @@
---
title: "Go"
weight: 1
weight: 10
---

This is the OpenTelemetry for Go documentation. OpenTelemetry is an observability framework -- an API, SDK, and tools that are designed to aid in the generation and collection of application telemetry data such as metrics, logs, and traces. This documentation is designed to help you understand how to get started using OpenTelemetry for Go.
Expand All @@ -19,4 +19,4 @@ The current release can be found [here](https://github.com/open-telemetry/opente

- [godoc](https://pkg.go.dev/go.opentelemetry.io/otel)
- [Examples](https://github.com/open-telemetry/opentelemetry-go/tree/master/example)
- [Contrib Repository](https://github.com/open-telemetry/opentelemetry-go-contrib)
- [Contrib Repository](https://github.com/open-telemetry/opentelemetry-go-contrib)
2 changes: 1 addition & 1 deletion content/en/docs/java/_index.md
@@ -1,6 +1,6 @@
---
title: "Java"
weight: 1
weight: 10
---

OpenTelemetry Java consists of the following repositories:
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/net/_index.md
@@ -1,6 +1,6 @@
---
title: ".NET"
weight: 1
weight: 10
---

Welcome to the OpenTelemetry for .NET documentation! This is intended to be an overview of OpenTelemetry in this language, and a brief guide to its options and features.
Expand All @@ -21,4 +21,4 @@ You can find release information [here](https://github.com/open-telemetry/opente

* [OpenTelemetry .NET on GitHub](https://github.com/open-telemetry/opentelemetry-dotnet)
* [OpenTelemetry .NET Contrib](https://github.com/open-telemetry/opentelemetry-dotnet-contrib)
* [OpenTelemetry .NET Automatic Instrumentation on GitHub](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation)
* [OpenTelemetry .NET Automatic Instrumentation on GitHub](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation)
2 changes: 1 addition & 1 deletion content/en/docs/python/_index.md
@@ -1,6 +1,6 @@
---
title: "Python"
weight: 1
weight: 10
---

This is the OpenTelemetry for Python documentation. OpenTelemetry is an observability framework -- an API, SDK, and tools that are designed to aid in the generation and collection of application telemetry data such as metrics, logs, and traces. This documentation is designed to help you understand how to get started using OpenTelemetry for Python.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/workshop/_index.md
@@ -1,7 +1,7 @@
---
title: "Workshop"
linkTitle: "Workshop"
weight: 10
weight: 30
description: >
Resources to aid in running an OpenTelemetry workshop
---
Expand Down

0 comments on commit 67dec89

Please sign in to comment.