Compare commits

..

1 Commits

Author SHA1 Message Date
Murat K Ozcan 1a5c13a1f6
Merge e4304ae994 into 323cd75efd 2026-02-01 17:42:46 -06:00
1 changed files with 35 additions and 1 deletions

View File

@ -110,7 +110,41 @@ export default defineConfig({
collapsed: true,
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