feat(client): add nested sections support with auto-expansion in sidebar#8806
feat(client): add nested sections support with auto-expansion in sidebar#8806Venkat-Entropik wants to merge 5 commits intonodejs:mainfrom
Conversation
PR SummaryMedium Risk Overview Updates Reviewed by Cursor Bugbot for commit ab79c46. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
packages/ui-components/src/Containers/Sidebar/SidebarGroup/index.tsx
Outdated
Show resolved
Hide resolved
|
Can you update the stories? |
|
Lighthouse Results
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8806 +/- ##
==========================================
+ Coverage 74.22% 74.25% +0.02%
==========================================
Files 105 105
Lines 8870 8870
Branches 328 328
==========================================
+ Hits 6584 6586 +2
+ Misses 2284 2282 -2
Partials 2 2 ☔ View full report in Codecov by Sentry. |
packages/ui-components/src/Containers/Sidebar/SidebarGroup/index.tsx
Outdated
Show resolved
Hide resolved
packages/ui-components/src/Containers/Sidebar/SidebarGroup/index.module.css
Show resolved
Hide resolved
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ab79c46. Configure here.
|
Can someone show me where this code is actually being applied? I looked at the code, the preview, and the issue and couldn't easily find validation examples |
It would be used in the learn repository, I can set up a demo using this PR if it helps |
|
It'll be used in |

Description
This PR updates the sidebar to support nested sections (sub-sections inside groups).
Now the sidebar:
This makes navigation clearer, especially for deeply structured docs.
Validation
Related Issues
closes #8804
Check List
pnpm format.pnpm test.pnpm build.