docs: fixed tea sidebar links
This commit is contained in:
parent
87b1292e3f
commit
5ed28d190c
|
|
@ -119,6 +119,10 @@ export default defineConfig({
|
||||||
label: 'Brownfield Development',
|
label: 'Brownfield Development',
|
||||||
autogenerate: { directory: 'how-to/brownfield' },
|
autogenerate: { directory: 'how-to/brownfield' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Enterprise',
|
||||||
|
autogenerate: { directory: 'how-to/enterprise' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Troubleshooting',
|
label: 'Troubleshooting',
|
||||||
autogenerate: { directory: 'how-to/troubleshooting' },
|
autogenerate: { directory: 'how-to/troubleshooting' },
|
||||||
|
|
@ -145,6 +149,10 @@ export default defineConfig({
|
||||||
label: 'Features',
|
label: 'Features',
|
||||||
autogenerate: { directory: 'explanation/features' },
|
autogenerate: { directory: 'explanation/features' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'TEA (Test Architect)',
|
||||||
|
autogenerate: { directory: 'explanation/tea' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Agents',
|
label: 'Agents',
|
||||||
autogenerate: { directory: 'explanation/agents' },
|
autogenerate: { directory: 'explanation/agents' },
|
||||||
|
|
@ -191,6 +199,10 @@ export default defineConfig({
|
||||||
label: 'Configuration',
|
label: 'Configuration',
|
||||||
autogenerate: { directory: 'reference/configuration' },
|
autogenerate: { directory: 'reference/configuration' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'TEA (Test Architect)',
|
||||||
|
autogenerate: { directory: 'reference/tea' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Glossary',
|
label: 'Glossary',
|
||||||
autogenerate: { directory: 'reference/glossary' },
|
autogenerate: { directory: 'reference/glossary' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue