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 3a4bc43 commit 746e7caCopy full SHA for 746e7ca
docs/.vitepress/config.mjs
@@ -164,9 +164,9 @@ export default defineConfig({
164
},
165
{ text: 'Technical Background', collapsed : "true" , items: [
166
{ text: 'Key Concept', link: '/advanced/technical/over_the_wire' },
167
- { text: 'UI5 & RAP', link: '/advanced/technical/sap' },
168
{ text: 'Technology Overview', link: '/advanced/technical/overview' },
169
- { text: 'Deep Dive', link: '/advanced/technical/how_it_all_works' },
+ { text: 'UI5 & RAP', link: '/advanced/technical/sap' },
+ { text: 'Deep Dive', link: '/advanced/technical/how_it_all_works' }
170
]
171
172
0 commit comments