Skip to content

Conversation

@emmadesilva
Copy link
Member

Refactored configuration option 'docs.sidebar_group_labels' to 'docs.sidebar.labels' throughout the codebase, documentation, and tests. Updated relevant documentation and release notes to reflect this breaking change and provided upgrade instructions.

Refactored configuration option 'docs.sidebar_group_labels' to 'docs.sidebar.labels' throughout the codebase, documentation, and tests. Updated relevant documentation and release notes to reflect this breaking change and provided upgrade instructions.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the configuration option docs.sidebar_group_labels to docs.sidebar.labels to improve consistency and organization in the configuration structure. The change moves the labels configuration into a nested sidebar object.

  • Refactored configuration key from docs.sidebar_group_labels to docs.sidebar.labels
  • Updated code references, tests, and documentation to use the new configuration structure
  • Added comprehensive upgrade instructions and release notes for this breaking change

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php Updated test cases to use new nested configuration structure
packages/framework/src/Framework/Features/Navigation/NavigationMenuGenerator.php Updated code to reference new configuration key and removed TODO comment
docs/creating-content/documentation-pages.md Updated documentation example to show new nested configuration format
RELEASE_NOTES.md Added breaking change entry with detailed upgrade instructions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (db2dbc6) to head (7fb5406).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master     #2315   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2000      2000           
===========================================
  Files            197       197           
  Lines           5178      5178           
===========================================
  Hits            5178      5178           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@emmadesilva emmadesilva changed the title [2.x] Rename docs.sidebar_group_labels to docs.sidebar.labels [2.x] Rename config option docs.sidebar_group_labels to docs.sidebar.labels Sep 30, 2025
@emmadesilva emmadesilva changed the title [2.x] Rename config option docs.sidebar_group_labels to docs.sidebar.labels [2.x] Rename docs.sidebar_group_labels to docs.sidebar.labels Sep 30, 2025
@emmadesilva emmadesilva merged commit 8120b7c into master Sep 30, 2025
22 checks passed
@emmadesilva emmadesilva deleted the resolve-final-todos branch September 30, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants