Compare commits

..

2 Commits

Author SHA1 Message Date
Murat K Ozcan 3390388f10
Merge 9d21b7cd65 into 323cd75efd 2026-02-02 09:54:00 -06:00
murat 9d21b7cd65 Removed the TEA sidebar section from the main docs nav 2026-02-02 09:53:40 -06:00
1 changed files with 1 additions and 35 deletions

View File

@ -110,41 +110,7 @@ export default defineConfig({
collapsed: true, collapsed: true,
autogenerate: { directory: 'reference' }, autogenerate: { directory: 'reference' },
}, },
{ // TEA docs moved to standalone module site; keep BMM sidebar focused.
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' },
},
],
},
], ],
// Credits in footer // Credits in footer