diff --git a/website/astro.config.mjs b/website/astro.config.mjs index cc76c528..e7258169 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -119,6 +119,10 @@ export default defineConfig({ label: 'Brownfield Development', autogenerate: { directory: 'how-to/brownfield' }, }, + { + label: 'Enterprise', + autogenerate: { directory: 'how-to/enterprise' }, + }, { label: 'Troubleshooting', autogenerate: { directory: 'how-to/troubleshooting' }, @@ -145,6 +149,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 +199,10 @@ export default defineConfig({ label: 'Configuration', autogenerate: { directory: 'reference/configuration' }, }, + { + label: 'TEA (Test Architect)', + autogenerate: { directory: 'reference/tea' }, + }, { label: 'Glossary', autogenerate: { directory: 'reference/glossary' },