Skip to content

docs: add BMad Ecosystem cross-links to sidebar#59

Merged
bmadcode merged 1 commit into
mainfrom
docs-update
Apr 4, 2026
Merged

docs: add BMad Ecosystem cross-links to sidebar#59
bmadcode merged 1 commit into
mainfrom
docs-update

Conversation

@bmadcode
Copy link
Copy Markdown
Contributor

@bmadcode bmadcode commented Apr 4, 2026

Summary

  • Adds a "BMad Ecosystem" sidebar group linking to BMad Method, CIS, Game Dev Studio, and TEA docs sites
  • Links open in new tabs

Test plan

  • Sidebar config follows same pattern verified on BMad Method dev server

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 4, 2026

Warning

Rate limit exceeded

@bmadcode has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 24 minutes and 50 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 24 minutes and 50 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e9df43d6-3113-4c09-8f78-d851cb4ffde5

📥 Commits

Reviewing files that changed from the base of the PR and between 2f9d986 and cd90b57.

📒 Files selected for processing (1)
  • website/astro.config.mjs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs-update

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bmadcode bmadcode merged commit 68aa30d into main Apr 4, 2026
11 of 13 checks passed
@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Apr 6, 2026

🤖 Augment PR Summary

Summary: Adds a new “BMad Ecosystem” group to the Starlight sidebar.

Changes: Provides external cross-links to related BMad documentation sites (Method, CIS, Game Dev Studio, TEA) and configures them to open in new tabs.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread website/astro.config.mjs
label: 'BMad Ecosystem',
collapsed: false,
items: [
{ label: 'BMad Method', link: 'https://docs.bmad-method.org/', attrs: { target: '_blank' } },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

website/astro.config.mjs:111 — These sidebar links set target: '_blank' but don’t appear to set a rel attribute; opening new tabs without noopener/noreferrer can allow reverse-tabnabbing in some browsers. Consider ensuring the rendered anchors include the appropriate rel for external links.

Severity: medium

Other Locations
  • website/astro.config.mjs:112
  • website/astro.config.mjs:113
  • website/astro.config.mjs:114

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant