doc feature: add bun as default tab in PackageManagers component#714
doc feature: add bun as default tab in PackageManagers component#714
Conversation
Made-with: Cursor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe changes refactor how the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds bun as a default tab alongside npm, pnpm, and yarn in all
<PackageManagers>blocks across the docs.Done via a thin wrapper component (src/components/PackageManagers.astro) that sets bun in the default pkgManagers array and forwards all other props to the underlying starlight-package-managers component. The auto-import in astro.config.mjs is updated to use the local wrapper instead of the direct package import. No MDX files needed to change.
Summary by CodeRabbit