From 43fea35b57456a18a0ef4b78072819f76a1c4fdd Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Wed, 5 Jun 2024 15:13:59 +0200 Subject: [PATCH] Simplify the display of the OTel starter TOC (#4585) Co-authored-by: Severin Neumann --- .../java/spring-boot-starter/additional-instrumentations.md | 3 --- .../en/docs/zero-code/java/spring-boot-starter/annotations.md | 1 - .../docs/zero-code/java/spring-boot-starter/getting-started.md | 3 +-- .../java/spring-boot-starter/other-spring-autoconfig.md | 1 - .../java/spring-boot-starter/out-of-the-box-instrumentation.md | 1 - .../zero-code/java/spring-boot-starter/sdk-configuration.md | 1 - 6 files changed, 1 insertion(+), 9 deletions(-) diff --git a/content/en/docs/zero-code/java/spring-boot-starter/additional-instrumentations.md b/content/en/docs/zero-code/java/spring-boot-starter/additional-instrumentations.md index 0ad9d177ff9b..241b180ac0eb 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/additional-instrumentations.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/additional-instrumentations.md @@ -1,8 +1,5 @@ --- title: Additional instrumentation -description: - Instrumentations in addition to the out of the box instrumentation of the - starter weight: 50 --- diff --git a/content/en/docs/zero-code/java/spring-boot-starter/annotations.md b/content/en/docs/zero-code/java/spring-boot-starter/annotations.md index 6396dac68ac2..3d3b9ce0b518 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/annotations.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/annotations.md @@ -1,6 +1,5 @@ --- title: Annotations -description: Using instrumentation annotations with the Spring starter. weight: 60 --- diff --git a/content/en/docs/zero-code/java/spring-boot-starter/getting-started.md b/content/en/docs/zero-code/java/spring-boot-starter/getting-started.md index 9cf1195192b7..eba5b9332a8b 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/getting-started.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/getting-started.md @@ -1,6 +1,5 @@ --- -title: Getting started with the Spring Boot starter -linkTitle: Getting Started +title: Getting started weight: 20 cSpell:ignore: springboot --- diff --git a/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md b/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md index 1282b7ac8cd5..ed2676c4b95b 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md @@ -1,6 +1,5 @@ --- title: Other Spring autoconfiguration -description: Spring autoconfiguration without the OpenTelemetry Spring starter cSpell:ignore: autoconfigurations weight: 70 --- diff --git a/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md b/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md index c8f1fbd87fb0..1c560731ba60 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md @@ -1,6 +1,5 @@ --- title: Out of the box instrumentation -description: Out of the box instrumentation for the starter weight: 40 cSpell:ignore: autoconfigurations autoconfigures logback webflux webmvc --- diff --git a/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md b/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md index eb746b260a51..d9be4f4a5a73 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md @@ -1,6 +1,5 @@ --- title: SDK configuration -description: Configure the SDK with the OpenTelemetry starter weight: 30 cSpell:ignore: customizer distro ---