Fixed capitalization in sidebar elements#3278
Merged
AndreasArvidsson merged 1 commit intoMay 22, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Docusaurus _category_.json metadata files to control sidebar label capitalization for specific doc sections without renaming/altering markdown files (avoiding unintended page generation).
Changes:
- Added
_category_.jsonforuser/referenceto display “Reference” in the sidebar. - Added
_category_.jsonforuser/experimental/keyboardto display “Keyboard” in the sidebar. - Added
_category_.jsonforcontributing/architectureto display “Architecture” in the sidebar.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/app-web-docs/src/docs/user/reference/category.json | Sets the sidebar category label to “Reference”. |
| packages/app-web-docs/src/docs/user/experimental/keyboard/category.json | Sets the sidebar category label to “Keyboard”. |
| packages/app-web-docs/src/docs/contributing/architecture/category.json | Sets the sidebar category label to “Architecture”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AndreasArvidsson
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEFORE:

AFTER:

Same for other elements changed
Needed to do it in
_category_.jsonand not inREADME.MDbecause else docusaurus would create a page for those sidebar entries which would change the behavior