Skip to content

Commit 5b958a7

Browse files
authored
Update config.mjs
1 parent 56c8b39 commit 5b958a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/.vitepress/config.mjs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ export default defineConfig({
167167
{ text: 'Architecture', link: '/advanced/technical/domain' },
168168
{ text: 'Development Experience', link: '/advanced/technical/dx' },
169169
{ text: 'Cloud Readiness', link: '/advanced/technical/cloud' },
170-
{ text: 'Deep Dive', link: '/advanced/technical/how_it_all_works' }
171-
{ text: 'Technology Overview', link: '/advanced/technical/overview' },
172-
{ text: 'UI5 Freestyle', link: '/advanced/technical/ui5' },
173-
{ text: 'RAP', link: '/advanced/technical/rap' },
170+
{ text: 'Deep Dive', link: '/advanced/technical/how_it_all_works' },
171+
{ text: 'Technology Overview', collapsed : "false" , items: [
172+
{ text: 'UI5 Freestyle', link: '/advanced/technical/ui5' },
173+
{ text: 'RAP', link: '/advanced/technical/rap' },
174+
] },
174175
]
175176
},
176177
]

0 commit comments

Comments
 (0)