From 3e009e85076c5dd2f4d4082b86e9f6a910b9c831 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 4 Apr 2026 00:07:25 -0500 Subject: [PATCH] docs: add BMad Ecosystem cross-links to sidebar --- website/astro.config.mjs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index a089a99a2..f8e3ca95b 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -119,6 +119,20 @@ export default defineConfig({ autogenerate: { directory: 'reference' }, }, // TEA docs moved to standalone module site; keep BMM sidebar focused. + { + label: 'BMad Ecosystem', + collapsed: false, + items: [ + { label: 'BMad Builder', link: 'https://bmad-builder-docs.bmad-method.org/', attrs: { target: '_blank' } }, + { label: 'Creative Intelligence Suite', link: 'https://cis-docs.bmad-method.org/', attrs: { target: '_blank' } }, + { label: 'Game Dev Studio', link: 'https://game-dev-studio-docs.bmad-method.org/', attrs: { target: '_blank' } }, + { + label: 'Test Architect (TEA)', + link: 'https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/', + attrs: { target: '_blank' }, + }, + ], + }, ], // Credits in footer