Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support both route keys and identifiers for specifying sidebar order #1432

Merged
merged 6 commits into from
Nov 7, 2023

Conversation

caendesilva
Copy link
Member

  • Supports route keys for consistency with the navigation config.
  • Supports identifiers for backwards compatibility and ease of use, as the route key prefix is redundant due to it being the same for all documentation pages.

Will make the next refactor more readable
- Supports route keys for consistency with the navigation config.
- Supports identifiers for backwards compatibility and ease of use, as the route key prefix is redundant due to it being the same for all documentation pages.
@caendesilva caendesilva marked this pull request as draft November 7, 2023 09:33
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #1432 (579e063) into master (fe3f7a3) will not change coverage.
The diff coverage is 100.00%.

@@              Coverage Diff              @@
##              master     #1432     +/-   ##
=============================================
  Coverage     100.00%   100.00%             
- Complexity      1710      3418   +1708     
=============================================
  Files            180       360    +180     
  Lines           4640      9284   +4644     
=============================================
+ Hits            4640      9284   +4644     
Files Coverage Δ
.../src/Framework/Factories/NavigationDataFactory.php 100.00% <100.00%> (ø)

... and 180 files with indirect coverage changes

@caendesilva caendesilva marked this pull request as ready for review November 7, 2023 10:13
@caendesilva caendesilva merged commit cf88506 into master Nov 7, 2023
15 checks passed
@caendesilva caendesilva deleted the normalize-navigation-menu-configuration-options branch November 7, 2023 10:13
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.

1 participant