docs: fixed tea sidebar links (#1338)

* docs: fixed tea sidebar links

* fix: removed the additional label
This commit is contained in:
Murat K Ozcan 2026-01-15 19:25:21 -06:00 committed by GitHub
parent 87b1292e3f
commit d34efa2695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -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' },