refactor(docs): Rename top-level 'GitHub' category to 'Version Control' #1046
+61
−87
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.
This Pull Request refactors the Docusaurus sidebar structure to improve information architecture and scalability within the documentation.
Previously, the top-level category labeled "GitHub" was misleading because it contained content for both GitHub and GitLab. The category has been renamed and restructured to more accurately group version control–related topics.
Current:
Type of Change
Changes Made
Sidebar Label Renamed:
The top-level category label was changed from "🐙 GitHub" to "🐙 Version Control" in
sidebars.ts.Hierarchy Added:
The previously flat list of links is now organized under two distinct nested categories:
intro-gitlabdocument.Code Safety:
The change was manually implemented in
sidebars.ts. It only affects the display hierarchy — all internal document IDs (e.g.,GitHub/intro-github) and file paths remain unchanged.Dependencies
List any new dependencies or tools required for this change.
None. This is purely a configuration file change.
Checklist
npm run startverified).npm run buildand attached screenshot(s) in this PR.Screenshot
After: