We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b1292 commit d34efa2Copy full SHA for d34efa2
website/astro.config.mjs
@@ -145,6 +145,10 @@ export default defineConfig({
145
label: 'Features',
146
autogenerate: { directory: 'explanation/features' },
147
},
148
+ {
149
+ label: 'TEA (Test Architect)',
150
+ autogenerate: { directory: 'explanation/tea' },
151
+ },
152
{
153
label: 'Agents',
154
autogenerate: { directory: 'explanation/agents' },
@@ -191,6 +195,10 @@ export default defineConfig({
191
195
label: 'Configuration',
192
196
autogenerate: { directory: 'reference/configuration' },
193
197
198
199
200
+ autogenerate: { directory: 'reference/tea' },
201
194
202
203
label: 'Glossary',
204
autogenerate: { directory: 'reference/glossary' },
0 commit comments