diff --git a/docs/platforms/dotnet/common/configuration/index.mdx b/docs/platforms/dotnet/common/configuration/index.mdx
index 53656a6983935..fb20077b8f6ea 100644
--- a/docs/platforms/dotnet/common/configuration/index.mdx
+++ b/docs/platforms/dotnet/common/configuration/index.mdx
@@ -1,5 +1,6 @@
---
-title: Configuration
+title: Extended Configuration
+sidebar_title: Extended Configuration
notSupported:
- native.breakpad
- native.crashpad
@@ -8,7 +9,8 @@ notSupported:
- perl
- kotlin
description: "Additional configuration options for the SDK."
-sidebar_order: 5
+sidebar_order: 2
+sidebar_section: configuration
---
diff --git a/docs/platforms/dotnet/common/crons/index.mdx b/docs/platforms/dotnet/common/crons/index.mdx
index 5317d399f351c..b95cf2fb8eea3 100644
--- a/docs/platforms/dotnet/common/crons/index.mdx
+++ b/docs/platforms/dotnet/common/crons/index.mdx
@@ -2,7 +2,8 @@
title: Set Up Crons
sidebar_title: Crons
description: "Sentry Crons allows you to monitor the uptime and performance of any scheduled, recurring job in your application."
-sidebar_order: 5750
+sidebar_order: 5
+sidebar_section: features
---
Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service.
diff --git a/docs/platforms/dotnet/common/data-management/index.mdx b/docs/platforms/dotnet/common/data-management/index.mdx
index a55334f82643b..94fe7adbd7fbc 100644
--- a/docs/platforms/dotnet/common/data-management/index.mdx
+++ b/docs/platforms/dotnet/common/data-management/index.mdx
@@ -1,7 +1,8 @@
---
title: Data Management
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
-sidebar_order: 2500
+sidebar_order: 3
+sidebar_section: configuration
---
diff --git a/docs/platforms/dotnet/common/enriching-events/index.mdx b/docs/platforms/dotnet/common/enriching-events/index.mdx
index c59e9c0bbe8bd..6867061180aca 100644
--- a/docs/platforms/dotnet/common/enriching-events/index.mdx
+++ b/docs/platforms/dotnet/common/enriching-events/index.mdx
@@ -1,7 +1,8 @@
---
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
-sidebar_order: 2300
+sidebar_order: 1
+sidebar_section: configuration
notSupported:
- kotlin
- native.breakpad
diff --git a/docs/platforms/dotnet/common/legacy-sdk.mdx b/docs/platforms/dotnet/common/legacy-sdk.mdx
index fad0329765238..96becbf2aa5c4 100644
--- a/docs/platforms/dotnet/common/legacy-sdk.mdx
+++ b/docs/platforms/dotnet/common/legacy-sdk.mdx
@@ -1,6 +1,7 @@
---
title: Legacy SDK
-sidebar_order: 9000
+sidebar_order: 8
+sidebar_section: configuration
description: "Read the legacy documentation for the .NET SDK. "
---
diff --git a/docs/platforms/dotnet/common/logs/index.mdx b/docs/platforms/dotnet/common/logs/index.mdx
index e81f77db01315..d7670fc0e1ef5 100644
--- a/docs/platforms/dotnet/common/logs/index.mdx
+++ b/docs/platforms/dotnet/common/logs/index.mdx
@@ -2,7 +2,9 @@
title: Set Up Logs
sidebar_title: Logs
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
-sidebar_order: 5600
+sidebar_order: 2
+sidebar_section: features
+new: true
notSupported:
- dotnet.google-cloud-functions
- dotnet.log4net
diff --git a/docs/platforms/dotnet/common/migration/index.mdx b/docs/platforms/dotnet/common/migration/index.mdx
index 6e7e11bf5b753..ea6b1b860d5fb 100644
--- a/docs/platforms/dotnet/common/migration/index.mdx
+++ b/docs/platforms/dotnet/common/migration/index.mdx
@@ -1,7 +1,8 @@
---
title: Migration Guide
description: "Migrating between versions of Sentry SDK for .NET."
-sidebar_order: 8000
+sidebar_order: 5
+sidebar_section: configuration
---
Upgrading includes both breaking changes and new features.
diff --git a/docs/platforms/dotnet/common/profiling/index.mdx b/docs/platforms/dotnet/common/profiling/index.mdx
index 9e1b5ec69ee44..8a060b29ec5e8 100644
--- a/docs/platforms/dotnet/common/profiling/index.mdx
+++ b/docs/platforms/dotnet/common/profiling/index.mdx
@@ -2,7 +2,8 @@
title: Set Up .NET Profiling
sidebar_title: Profiling
description: "Learn how to enable profiling in your app if it is not already set up."
-sidebar_order: 5000
+sidebar_order: 4
+sidebar_section: features
notSupported:
- dotnet.uwp
- dotnet.aws-lambda
diff --git a/docs/platforms/dotnet/common/security-policy-reporting/index.mdx b/docs/platforms/dotnet/common/security-policy-reporting/index.mdx
index 862fcb12452c4..e0c6bbcd324b2 100644
--- a/docs/platforms/dotnet/common/security-policy-reporting/index.mdx
+++ b/docs/platforms/dotnet/common/security-policy-reporting/index.mdx
@@ -1,7 +1,8 @@
---
title: Set Up Security Policy Reporting
sidebar_title: Security Policy Reporting
-sidebar_order: 7500
+sidebar_order: 4
+sidebar_section: configuration
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
---
diff --git a/docs/platforms/dotnet/common/tracing/index.mdx b/docs/platforms/dotnet/common/tracing/index.mdx
index 3b78d7bd7880a..27abee1d7f342 100644
--- a/docs/platforms/dotnet/common/tracing/index.mdx
+++ b/docs/platforms/dotnet/common/tracing/index.mdx
@@ -2,7 +2,8 @@
title: Set Up Tracing
sidebar_title: Tracing
description: "Learn how to enable tracing in your app and discover valuable performance insights of your application."
-sidebar_order: 4000
+sidebar_order: 3
+sidebar_section: features
---
With [tracing](/product/insights/overview/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
diff --git a/docs/platforms/dotnet/common/troubleshooting.mdx b/docs/platforms/dotnet/common/troubleshooting.mdx
index 6323654a9b021..e033884f178ac 100644
--- a/docs/platforms/dotnet/common/troubleshooting.mdx
+++ b/docs/platforms/dotnet/common/troubleshooting.mdx
@@ -1,6 +1,7 @@
---
title: Troubleshooting
-sidebar_order: 9000
+sidebar_order: 6
+sidebar_section: configuration
description: "Learn more about how to troubleshoot common issues with the .NET SDK. "
---
diff --git a/docs/platforms/dotnet/common/unit-testing.mdx b/docs/platforms/dotnet/common/unit-testing.mdx
index 8bd60ccebfbee..92ac0549d3e99 100644
--- a/docs/platforms/dotnet/common/unit-testing.mdx
+++ b/docs/platforms/dotnet/common/unit-testing.mdx
@@ -1,6 +1,7 @@
---
title: Unit Testing
-sidebar_order: 20
+sidebar_order: 7
+sidebar_section: configuration
description: "Learn about unit testing with `ISentryClient` and `IHub`."
---
diff --git a/docs/platforms/dotnet/common/usage/index.mdx b/docs/platforms/dotnet/common/usage/index.mdx
index 59f7bda69588c..fe3b5bc407b66 100644
--- a/docs/platforms/dotnet/common/usage/index.mdx
+++ b/docs/platforms/dotnet/common/usage/index.mdx
@@ -1,7 +1,8 @@
---
-title: Usage
+title: Capturing Errors
description: "Use the SDK to manually capture errors and other events."
-sidebar_order: 10
+sidebar_order: 1
+sidebar_section: features
---
Sentry's SDK hooks into your runtime environment and automatically reports errors, uncaught exceptions, and unhandled rejections as well as other types of errors depending on the platform.
diff --git a/docs/platforms/dotnet/common/user-feedback/index.mdx b/docs/platforms/dotnet/common/user-feedback/index.mdx
index 87a73b937b66b..5ec0301529b5b 100644
--- a/docs/platforms/dotnet/common/user-feedback/index.mdx
+++ b/docs/platforms/dotnet/common/user-feedback/index.mdx
@@ -2,7 +2,8 @@
title: Set Up User Feedback
sidebar_title: User Feedback
description: "Learn more about collecting user feedback when an event occurs. Sentry pairs the feedback with the original event, giving you additional insight into issues."
-sidebar_order: 6000
+sidebar_order: 6
+sidebar_section: features
---
When a user experiences an error, Sentry provides the ability to collect additional feedback. You can collect feedback according to the method supported by the SDK.
diff --git a/docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx b/docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx
index 781539311ca83..ffc13bbfac7d7 100644
--- a/docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx
+++ b/docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx
@@ -1,6 +1,7 @@
---
title: Troubleshooting
-sidebar_order: 9000
+sidebar_order: 9
+sidebar_section: configuration
description: "Learn more about how to troubleshoot common issues with the ASP.NET SDK."
---
diff --git a/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx b/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx
index f0ae58ca32c48..3c5e65e4aa08e 100644
--- a/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx
+++ b/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx
@@ -1,6 +1,8 @@
---
title: Built-in sampling context
description: "Learn about the built-in custom sampling data that Sentry provides for ASP.NET Core apps."
+sidebar_order: 10
+sidebar_section: features
---
You can sample transactions by providing a delegate that makes a decision based on the provided context. Sentry's ASP.NET Core integration automatically exposes useful data as part of that context.
diff --git a/docs/platforms/dotnet/guides/aspnetcore/features.mdx b/docs/platforms/dotnet/guides/aspnetcore/features.mdx
index 473085d6c261a..042483f2a50dc 100644
--- a/docs/platforms/dotnet/guides/aspnetcore/features.mdx
+++ b/docs/platforms/dotnet/guides/aspnetcore/features.mdx
@@ -2,6 +2,7 @@
title: Features
description: Learn about the features of this Sentry SDK.
sidebar_order: 2
+sidebar_hidden: true
---
- Single line ASP.NET Core integration: `UseSentry`
diff --git a/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx b/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx
index 5a323f905ac23..c797d147697a1 100644
--- a/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx
+++ b/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx
@@ -1,6 +1,7 @@
---
title: Troubleshooting
-sidebar_order: 9000
+sidebar_order: 9
+sidebar_section: configuration
description: >-
Learn more about how to troubleshoot common issues with the EntityFramework
SDK.
diff --git a/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx b/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx
index 9150409f3ddf8..8c09c556b6962 100644
--- a/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx
+++ b/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx
@@ -1,7 +1,8 @@
---
title: Data Management
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
-sidebar_order: 4000
+sidebar_order: 4
+sidebar_section: configuration
---
diff --git a/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx b/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx
index cb8176f550bb9..b4042f97fbab2 100644
--- a/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx
+++ b/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx
@@ -1,6 +1,8 @@
---
title: Ignoring Exceptions
description: "Learn how to ignore exceptions by their type when initializing the SDK."
+sidebar_order: 3
+sidebar_section: configuration
---
You can ignore exceptions by their type when initializing the SDK:
diff --git a/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx b/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx
index f834450e42456..46884abcef805 100644
--- a/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx
+++ b/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx
@@ -1,6 +1,7 @@
---
title: Troubleshooting
-sidebar_order: 9000
+sidebar_order: 9
+sidebar_section: configuration
description: Learn more about how to troubleshoot common issues with the Xamarin SDK.
og_image: /og-images/platforms-dotnet-guides-xamarin-troubleshooting.png
---