docs: add BMad Ecosystem cross-links to sidebar#58
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAdded a new "BMad Ecosystem" sidebar section to the Astro configuration with four external link items (BMad Method, Creative Intelligence Suite, Game Dev Studio, Test Architect) configured to open in new tabs. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ 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 |
🤖 Augment PR SummarySummary: Adds a new “BMad Ecosystem” group to the Starlight sidebar to surface cross-links to related BMad documentation sites. 🤖 Was this summary useful? React with 👍 or 👎 |
| label: 'BMad Ecosystem', | ||
| collapsed: false, | ||
| items: [ | ||
| { label: 'BMad Method', link: 'https://docs.bmad-method.org/', attrs: { target: '_blank' } }, |
There was a problem hiding this comment.
website/astro.config.mjs:111 — These sidebar links set target: '_blank'; consider also setting a rel attribute (e.g., noopener) to avoid window.opener reverse-tabnabbing risks when opening external sites.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Summary by CodeRabbit