Skip to content

Commit

Permalink
Common weights for Java pages (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Jun 7, 2023
1 parent 36791ba commit 1700e98
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ linkTitle: API
redirect: https://javadoc.io/doc/io.opentelemetry
manualLinkTarget: _blank
_build: { render: link }
weight: 50
weight: 210
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/automatic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases:
- /docs/java/automatic_instrumentation
- /docs/instrumentation/java/automatic_instrumentation
spelling: cSpell:ignore javaagent myapp Dotel
weight: 3
weight: 20
---

Automatic instrumentation with Java uses a Java agent JAR that can be attached
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Agent Configuration
linkTitle: Configuration
weight: 2
weight: 10
spelling:
cSpell:ignore akka autoconfiguration Autoconfiguration Dotel HSET javaagent
cSpell:ignore serverlessapis Servlet servlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Annotations
description: Using instrumentation annotations with a Java agent.
aliases: [/docs/instrumentation/java/annotations]
weight: 4
weight: 20
javaInstrumentationVersion: 1.26.0
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aliases: [/docs/instrumentation/java/extensions]
description: >-
Extensions add capabilities to the agent without having to create a separate
distribution.
weight: 10
weight: 30
---

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ aliases:
- /docs/java/instrumentation_examples
- /docs/instrumentation/java/instrumentation_examples
_build: { render: link }
weight: 60
weight: 220
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Getting Started
description: Get telemetry for your app in less than 5 minutes!
spelling: cSpell:ignore helloworld javaagent springframework autoreconfigure
spelling: cSpell:ignore rolldice aarch Nanos darwin autoconfigure webmvc kotlin
weight: 1
weight: 10
---

This page will show you how to get started with OpenTelemetry in Java.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases:
- /docs/java/getting_started
- /docs/java/manual_instrumentation
- /docs/instrumentation/java/manual_instrumentation
weight: 5
weight: 30
---

**Libraries** that want to export telemetry data using OpenTelemetry MUST only
Expand Down

0 comments on commit 1700e98

Please sign in to comment.