Compare commits
2 Commits
1a5c13a1f6
...
3390388f10
| Author | SHA1 | Date |
|---|---|---|
|
|
3390388f10 | |
|
|
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