Skip to content

Commit 2f9d986

Browse files
authored
docs: add BMad Ecosystem cross-links to sidebar (#58)
1 parent 2db3227 commit 2f9d986

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

website/astro.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ export default defineConfig({
104104
collapsed: true,
105105
autogenerate: { directory: 'reference' },
106106
},
107+
{
108+
label: 'BMad Ecosystem',
109+
collapsed: false,
110+
items: [
111+
{ label: 'BMad Method', link: 'https://docs.bmad-method.org/', attrs: { target: '_blank' } },
112+
{ label: 'Creative Intelligence Suite', link: 'https://cis-docs.bmad-method.org/', attrs: { target: '_blank' } },
113+
{ label: 'Game Dev Studio', link: 'https://game-dev-studio-docs.bmad-method.org/', attrs: { target: '_blank' } },
114+
{ label: 'Test Architect (TEA)', link: 'https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/', attrs: { target: '_blank' } },
115+
],
116+
},
107117
],
108118

109119
// Credits in footer

0 commit comments

Comments
 (0)