diff --git a/docs/platforms/php/common/configuration/index.mdx b/docs/platforms/php/common/configuration/index.mdx
index cff67a5bf5f5c..45760dcff55d2 100644
--- a/docs/platforms/php/common/configuration/index.mdx
+++ b/docs/platforms/php/common/configuration/index.mdx
@@ -1,7 +1,9 @@
---
-title: Configuration
+title: Extended Configuration
+sidebar_title: Extended Configuration
description: "Additional configuration options for the SDK."
-sidebar_order: 5
+sidebar_order: 2
+sidebar_section: configuration
---
diff --git a/docs/platforms/php/common/crons/index.mdx b/docs/platforms/php/common/crons/index.mdx
index 88a3277948f01..c7b132a62216b 100644
--- a/docs/platforms/php/common/crons/index.mdx
+++ b/docs/platforms/php/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/php/common/data-management/index.mdx b/docs/platforms/php/common/data-management/index.mdx
index a55334f82643b..8c09c556b6962 100644
--- a/docs/platforms/php/common/data-management/index.mdx
+++ b/docs/platforms/php/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: 4
+sidebar_section: configuration
---
diff --git a/docs/platforms/php/common/enriching-events/index.mdx b/docs/platforms/php/common/enriching-events/index.mdx
index b7f2c5a94bfdb..2826ce63efabb 100644
--- a/docs/platforms/php/common/enriching-events/index.mdx
+++ b/docs/platforms/php/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
---
diff --git a/docs/platforms/php/common/feature-flags/index.mdx b/docs/platforms/php/common/feature-flags/index.mdx
index be37509aa1a89..2953932c196c2 100644
--- a/docs/platforms/php/common/feature-flags/index.mdx
+++ b/docs/platforms/php/common/feature-flags/index.mdx
@@ -1,7 +1,8 @@
---
title: Set Up Feature Flags
sidebar_title: Feature Flags
-sidebar_order: 7000
+sidebar_order: 11
+sidebar_section: features
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.
---
diff --git a/docs/platforms/php/common/integrations/index.mdx b/docs/platforms/php/common/integrations/index.mdx
index d7a95891c6881..82c41b5afffdf 100644
--- a/docs/platforms/php/common/integrations/index.mdx
+++ b/docs/platforms/php/common/integrations/index.mdx
@@ -1,7 +1,8 @@
---
title: Integrations
description: "Learn about the automatic integrations Sentry provides and how to configure them."
-sidebar_order: 500
+sidebar_order: 3
+sidebar_section: configuration
---
## Default Integrations
diff --git a/docs/platforms/php/common/logs/index.mdx b/docs/platforms/php/common/logs/index.mdx
index 4cfd1de45dce9..8726e669e654a 100644
--- a/docs/platforms/php/common/logs/index.mdx
+++ b/docs/platforms/php/common/logs/index.mdx
@@ -2,7 +2,8 @@
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: 4
+sidebar_section: features
new: true
---
diff --git a/docs/platforms/php/common/profiling/index.mdx b/docs/platforms/php/common/profiling/index.mdx
index 08e5011df92cc..bdb39b36a3206 100644
--- a/docs/platforms/php/common/profiling/index.mdx
+++ b/docs/platforms/php/common/profiling/index.mdx
@@ -2,7 +2,8 @@
title: Set Up Profiling
sidebar_title: Profiling
description: "Learn more about how to configure our Profiling integration and start profiling your code."
-sidebar_order: 5000
+sidebar_order: 3
+sidebar_section: features
---
diff --git a/docs/platforms/php/common/security-policy-reporting/index.mdx b/docs/platforms/php/common/security-policy-reporting/index.mdx
index 862fcb12452c4..9e66f534be140 100644
--- a/docs/platforms/php/common/security-policy-reporting/index.mdx
+++ b/docs/platforms/php/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: 5
+sidebar_section: configuration
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
---
diff --git a/docs/platforms/php/common/tracing/index.mdx b/docs/platforms/php/common/tracing/index.mdx
index 3973ae10cb5ac..339f26feda7dd 100644
--- a/docs/platforms/php/common/tracing/index.mdx
+++ b/docs/platforms/php/common/tracing/index.mdx
@@ -2,7 +2,8 @@
title: Set Up Tracing in PHP
sidebar_title: Tracing
description: "Learn how to set up and enable tracing in your PHP app and discover valuable performance insights of your application."
-sidebar_order: 4000
+sidebar_order: 2
+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/php/common/troubleshooting/index.mdx b/docs/platforms/php/common/troubleshooting/index.mdx
index 27058d800d404..bf6bedde5149d 100644
--- a/docs/platforms/php/common/troubleshooting/index.mdx
+++ b/docs/platforms/php/common/troubleshooting/index.mdx
@@ -1,6 +1,7 @@
---
title: Troubleshooting
-sidebar_order: 9000
+sidebar_order: 6
+sidebar_section: configuration
description: "Troubleshooting steps for PHP"
---
diff --git a/docs/platforms/php/common/usage/index.mdx b/docs/platforms/php/common/usage/index.mdx
index 59f7bda69588c..fe3b5bc407b66 100644
--- a/docs/platforms/php/common/usage/index.mdx
+++ b/docs/platforms/php/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/php/common/user-feedback/index.mdx b/docs/platforms/php/common/user-feedback/index.mdx
index cfcb8c44f6377..36fdde636e902 100644
--- a/docs/platforms/php/common/user-feedback/index.mdx
+++ b/docs/platforms/php/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: 10
+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/php/guides/laravel/logs/index.mdx b/docs/platforms/php/guides/laravel/logs/index.mdx
index 1ed3ef709f8e3..4c32927a8f324 100644
--- a/docs/platforms/php/guides/laravel/logs/index.mdx
+++ b/docs/platforms/php/guides/laravel/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 Laravel applications within Sentry."
-sidebar_order: 5600
+sidebar_order: 4
+sidebar_section: features
+new: true
---
With Sentry Structured Logs, you can send text-based log information from your Laravel applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
diff --git a/docs/platforms/php/guides/laravel/profiling/index.mdx b/docs/platforms/php/guides/laravel/profiling/index.mdx
index e030cfbe005e3..dda7b5bef27b6 100644
--- a/docs/platforms/php/guides/laravel/profiling/index.mdx
+++ b/docs/platforms/php/guides/laravel/profiling/index.mdx
@@ -2,7 +2,8 @@
title: Set Up Profiling
sidebar_title: Profiling
description: "Learn more about how to configure our Profiling integration and start profiling your code."
-sidebar_order: 5000
+sidebar_order: 3
+sidebar_section: features
---
diff --git a/docs/platforms/php/guides/laravel/usage/index.mdx b/docs/platforms/php/guides/laravel/usage/index.mdx
index 4d108c8c5a54a..b3f699cc2ac7a 100644
--- a/docs/platforms/php/guides/laravel/usage/index.mdx
+++ b/docs/platforms/php/guides/laravel/usage/index.mdx
@@ -1,6 +1,7 @@
---
-title: Usage
-sidebar_order: 7
+title: Capturing Errors
+sidebar_order: 1
+sidebar_section: features
excerpt: ""
description: "Learn more about automatically reporting errors, exceptions, and rejections as well as how to manually capture errors and enable message capture."
---
diff --git a/docs/platforms/php/guides/symfony/integrations/index.mdx b/docs/platforms/php/guides/symfony/integrations/index.mdx
index 593837d2767a9..96d4432c00f57 100644
--- a/docs/platforms/php/guides/symfony/integrations/index.mdx
+++ b/docs/platforms/php/guides/symfony/integrations/index.mdx
@@ -1,7 +1,8 @@
---
title: Integrations
description: "Learn about the automatic integrations Sentry provides and how to configure them."
-sidebar_order: 500
+sidebar_order: 6
+sidebar_section: features
---
## Default Integrations
diff --git a/docs/platforms/php/guides/symfony/profiling/index.mdx b/docs/platforms/php/guides/symfony/profiling/index.mdx
index f49760648e27a..5c821982f8ca9 100644
--- a/docs/platforms/php/guides/symfony/profiling/index.mdx
+++ b/docs/platforms/php/guides/symfony/profiling/index.mdx
@@ -2,7 +2,8 @@
title: Set Up Profiling
sidebar_title: Profiling
description: "Learn more about how to configure our Profiling integration and start profiling your code."
-sidebar_order: 5000
+sidebar_order: 3
+sidebar_section: features
---