Removed the TEA sidebar section from the main docs nav
This commit is contained in:
parent
e4304ae994
commit
9d21b7cd65
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue