Skip to content

Commit 1d29bb8

Browse files
authored
Update config.mjs
1 parent 182d81f commit 1d29bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vitepress/config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ export default defineConfig({
163163
]
164164
},
165165
{ text: 'Technical Background', collapsed : "true" , items: [
166-
{ text: 'How it All Works', link: '/advanced/technical/how_it_all_works' },
167-
{ text: 'Key Idea', link: '/advanced/technical/over_the_wire' },
168-
{ text: 'UI5 & RAP', link: '/advanced/technical/sap' },
169-
{ text: 'Overview', link: '/advanced/technical/overview' }
166+
{ text: 'Key Idea', link: '/advanced/technical/over_the_wire' },
167+
{ text: 'UI5 & RAP', link: '/advanced/technical/sap' },
168+
{ text: 'Overview', link: '/advanced/technical/overview' },
169+
{ text: 'How it All Works', link: '/advanced/technical/how_it_all_works' },
170170
]
171171
},
172172
]

0 commit comments

Comments
 (0)