Skip to content

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

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

docs: add BMad Ecosystem cross-links to sidebar#21
bmadcode merged 1 commit intomainfrom
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, BMad Builder, 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 47 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 47 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: 70f57c16-7e52-4a2e-949d-9b657ea37575

📥 Commits

Reviewing files that changed from the base of the PR and between 13af166 and 575201b.

📒 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 d3d8514 into main Apr 4, 2026
39 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 to cross-link related BMad documentation sites.

Changes:

  • Introduces sidebar entries for BMad Method, BMad Builder, Game Dev Studio, and Test Architect (TEA)
  • Configures the external links to open in new tabs via target="_blank"

🤖 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 — Links opened with target: '_blank' should generally also set rel="noopener noreferrer" to avoid reverse-tabnabbing and ensure the new tab can’t manipulate the opener window.

Severity: medium

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

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