Skip to content

Commit d34efa2

Browse files
docs: fixed tea sidebar links (#1338)
* docs: fixed tea sidebar links * fix: removed the additional label
1 parent 87b1292 commit d34efa2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ export default defineConfig({
145145
label: 'Features',
146146
autogenerate: { directory: 'explanation/features' },
147147
},
148+
{
149+
label: 'TEA (Test Architect)',
150+
autogenerate: { directory: 'explanation/tea' },
151+
},
148152
{
149153
label: 'Agents',
150154
autogenerate: { directory: 'explanation/agents' },
@@ -191,6 +195,10 @@ export default defineConfig({
191195
label: 'Configuration',
192196
autogenerate: { directory: 'reference/configuration' },
193197
},
198+
{
199+
label: 'TEA (Test Architect)',
200+
autogenerate: { directory: 'reference/tea' },
201+
},
194202
{
195203
label: 'Glossary',
196204
autogenerate: { directory: 'reference/glossary' },

0 commit comments

Comments
 (0)