diff --git a/website/astro.config.mjs b/website/astro.config.mjs index a57bc648..23a3179c 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -110,41 +110,7 @@ export default defineConfig({ collapsed: true, autogenerate: { directory: 'reference' }, }, - { - label: 'TEA - Testing in BMAD', - collapsed: true, - items: [ - { - label: 'Tutorials', - autogenerate: { directory: 'tea/tutorials' }, - }, - { - label: 'How-To Guides', - items: [ - { - label: 'Workflows', - autogenerate: { directory: 'tea/how-to/workflows' }, - }, - { - label: 'Customization', - autogenerate: { directory: 'tea/how-to/customization' }, - }, - { - label: 'Brownfield', - autogenerate: { directory: 'tea/how-to/brownfield' }, - }, - ], - }, - { - label: 'Explanation', - autogenerate: { directory: 'tea/explanation' }, - }, - { - label: 'Reference', - autogenerate: { directory: 'tea/reference' }, - }, - ], - }, + // TEA docs moved to standalone module site; keep BMM sidebar focused. ], // Credits in footer