Skip to content

Commit d9192a9

Browse files
Update sidebar
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent e74a09a commit d9192a9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

astro.config.mjs

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,40 @@ export default defineConfig({
6464
autogenerate: { directory: 'developing/actions/' },
6565
collapsed: true,
6666
},
67+
{
68+
label: 'Testing',
69+
badge: {
70+
text: 'NEW',
71+
variant: 'tip'
72+
},
73+
collapsed: true,
74+
items: [
75+
{
76+
label: 'Overview',
77+
link: 'developing/testing/overview',
78+
},
79+
{
80+
label: 'Writing Tests',
81+
link: 'developing/testing/writing',
82+
},
83+
{
84+
label: 'Running Tests',
85+
link: 'developing/testing/running',
86+
},
87+
{
88+
label: 'Configuring Tests',
89+
link: 'developing/testing/configuring',
90+
},
91+
{
92+
label: 'Code Coverage',
93+
link: 'developing/testing/coverage',
94+
},
95+
{
96+
label: 'Troubleshooting',
97+
link: 'developing/testing/troubleshooting',
98+
}
99+
]
100+
},
67101
{
68102
label: 'Debugging',
69103
link: 'developing/debug/',

0 commit comments

Comments
 (0)