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 182d81f commit 1d29bb8Copy full SHA for 1d29bb8
docs/.vitepress/config.mjs
@@ -163,10 +163,10 @@ export default defineConfig({
163
]
164
},
165
{ 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' }
+ { text: 'Key Idea', link: '/advanced/technical/over_the_wire' },
+ { text: 'UI5 & RAP', link: '/advanced/technical/sap' },
+ { text: 'Overview', link: '/advanced/technical/overview' },
+ { text: 'How it All Works', link: '/advanced/technical/how_it_all_works' },
170
171
172
0 commit comments