Skip to content

Commit d988c76

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Update nav for Java SDKs
1 parent c65609b commit d988c76

File tree

20 files changed

+45
-23
lines changed

20 files changed

+45
-23
lines changed

docs/platforms/java/common/configuration/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Configuration
2+
title: Extended Configuration
3+
sidebar_title: Extended Configuration
34
description: "Learn more about how to configure the SDK. These options are set when the SDK is first initialized, passed to the init method as an object."
4-
sidebar_order: 5
5+
sidebar_order: 2
6+
sidebar_section: configuration
57
---
68

79
## Setting the DSN (Data Source Name)

docs/platforms/java/common/crons/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Set Up Crons
33
sidebar_title: Crons
44
description: "Sentry Crons allows you to monitor the uptime and performance of any scheduled, recurring job in your application."
5-
sidebar_order: 5750
5+
sidebar_order: 5
6+
sidebar_section: features
67
---
78

89
Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Data Management
33
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
4-
sidebar_order: 2500
4+
sidebar_order: 4
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Enriching Events
33
description: Enrich events with additional context to make debugging simpler.
4-
sidebar_order: 2300
4+
sidebar_order: 1
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />

docs/platforms/java/common/feature-flags/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Set Up Feature Flags
33
sidebar_title: Feature Flags
4-
sidebar_order: 7500
4+
sidebar_order: 7
5+
sidebar_section: features
56
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
67
---
78

docs/platforms/java/common/gradle/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Gradle
33
description: Learn about using the Sentry Gradle Plugin.
4-
sidebar_order: 100
4+
sidebar_order: 8
5+
sidebar_section: features
56
og_image: /og-images/platforms-java-common-gradle.png
67
---
78

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Integrations
33
description: "Learn more about how integrations extend the functionality of our SDK to cover common libraries and environments automatically."
4-
sidebar_order: 200
4+
sidebar_order: 3
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />

docs/platforms/java/common/legacy/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Legacy SDK (1.7)
3-
sidebar_order: 10000
3+
sidebar_order: 9
4+
sidebar_section: configuration
45
---
56

67
This section covers the legacy Sentry SDK for Java (1.7.x), which is no longer under active development. We **strongly encourage** updating to [the updated Java SDK](/platforms/java/).

docs/platforms/java/common/logs/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: Set Up Logs
33
sidebar_title: Logs
44
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
5-
sidebar_order: 5755
5+
sidebar_order: 2
6+
sidebar_section: features
7+
new: true
68
---
79

810
With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.

docs/platforms/java/common/maven/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Maven
33
description: "Learn about using the Sentry Maven Plugin."
4-
sidebar_order: 105
4+
sidebar_order: 9
5+
sidebar_section: features
56
---
67

78
The [Sentry Maven Plugin](https://github.com/getsentry/sentry-maven-plugin) is an addition to the main Java SDK and offers

0 commit comments

Comments
 (0)