mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-08-30 17:14:59 +08:00
docs: fixed tea sidebar links (#1338)
* docs: fixed tea sidebar links * fix: removed the additional label
This commit is contained in:
@@ -145,6 +145,10 @@ export default defineConfig({
|
||||
label: 'Features',
|
||||
autogenerate: { directory: 'explanation/features' },
|
||||
},
|
||||
{
|
||||
label: 'TEA (Test Architect)',
|
||||
autogenerate: { directory: 'explanation/tea' },
|
||||
},
|
||||
{
|
||||
label: 'Agents',
|
||||
autogenerate: { directory: 'explanation/agents' },
|
||||
@@ -191,6 +195,10 @@ export default defineConfig({
|
||||
label: 'Configuration',
|
||||
autogenerate: { directory: 'reference/configuration' },
|
||||
},
|
||||
{
|
||||
label: 'TEA (Test Architect)',
|
||||
autogenerate: { directory: 'reference/tea' },
|
||||
},
|
||||
{
|
||||
label: 'Glossary',
|
||||
autogenerate: { directory: 'reference/glossary' },
|
||||
|
||||
Reference in New Issue
Block a user