Skip to content

Commit 33bde5c

Browse files
committed
Add Test Systems section to sidebar (Nordic + 5-bus)
1 parent 194e11d commit 33bde5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

astro.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ export default defineConfig({
102102
{ label: 'URAMSES', slug: 'developer/uramses' },
103103
],
104104
},
105+
{
106+
label: 'Test Systems',
107+
items: [
108+
{ label: 'Nordic Test System', slug: 'test-systems/nordic' },
109+
{ label: '5-Bus Test System', slug: 'test-systems/5bus' },
110+
],
111+
},
105112
{
106113
label: 'Resources',
107114
items: [

0 commit comments

Comments
 (0)