Skip to content

Commit

Permalink
Adjust .NET and JS aliases (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Oct 18, 2021
1 parent 476ae0b commit 2097dad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 0 additions & 6 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
title: Documentation
linkTitle: Docs
aliases:
- /csharp/
- /csharp/metrics/
- /csharp/tracing/
- /golang/
- /golang/metrics/
- /golang/tracing/
- /java/
- /java/metrics/
- /java/tracing/
- /js/
- /js/metrics/
- /js/tracing/
- /python/
- /python/metrics/
- /python/tracing/
Expand Down
3 changes: 2 additions & 1 deletion content/en/docs/js/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: JavaScript
weight: 20
description: >-
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/JS_SDK.svg" alt="JS logo"></img>
A language-specific implementation of OpenTelemetry in JavaScript (for Node.JS & the browser).
aliases: [/js/, /js/metrics/, /js/tracing/]
weight: 20
---

This page contains an introduction to OpenTelemetry in JavaScript. This guide
Expand Down
5 changes: 3 additions & 2 deletions content/en/docs/net/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: ".NET"
weight: 12
title: .NET
description: >
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/.NET.svg" alt="NET logo"></img>
A language-specific implementation of OpenTelemetry in .NET.
aliases: [/csharp/, /csharp/metrics/, /csharp/tracing/]
weight: 12
---

Welcome to the OpenTelemetry for .NET documentation! This is intended to be an
Expand Down

0 comments on commit 2097dad

Please sign in to comment.