Skip to content

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

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

docs: add BMad Ecosystem cross-links to sidebar#13
bmadcode merged 1 commit intomainfrom
docs-update

Conversation

@bmadcode
Copy link
Copy Markdown
Contributor

@bmadcode bmadcode commented Apr 4, 2026

Summary by CodeRabbit

  • New Features
    • Added a new "BMad Ecosystem" sidebar section providing centralized access to key partner resources: BMad Method, BMad Builder, Creative Intelligence Suite, and Test Architect (TEA). Each ecosystem link is configured to open in a new browser tab, enabling seamless navigation between documentation and complementary tools without disrupting your current browsing session.

@bmadcode bmadcode merged commit 1c1f47a into main Apr 4, 2026
19 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 4, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d027cd67-1f0b-4cac-a2db-301ec385834e

📥 Commits

Reviewing files that changed from the base of the PR and between e1d1fa8 and 0570309.

📒 Files selected for processing (1)
  • website/astro.config.mjs

Walkthrough

A new "BMad Ecosystem" sidebar section was added to the Starlight configuration with four external links—BMad Method, BMad Builder, Creative Intelligence Suite, and Test Architect (TEA)—each configured to open in new browser tabs.

Changes

Cohort / File(s) Summary
Starlight Sidebar Configuration
website/astro.config.mjs
Added a new "BMad Ecosystem" sidebar section containing four external links with target: '_blank' attribute configuration for opening links in new tabs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Four pathways in my sidebar grow,
BMad tools in a gleaming row,
New tabs spring open, fresh and bright,
An ecosystem takes its flight! ✨

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 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.

@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Apr 6, 2026

🤖 Augment PR Summary

Summary: Adds a new BMad Ecosystem section to the docs sidebar.

Changes:

  • Introduces cross-links to other BMad ecosystem documentation sites (opened in a new tab).

🤖 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.

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.

All these links use target: '_blank' but don’t set a rel (e.g., noopener), which can allow reverse-tabnabbing via window.opener when opening external sites. Consider ensuring a safe rel attribute is applied anywhere _blank is used.

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