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 0bd4de5 commit c3f0939Copy full SHA for c3f0939
docs/.vitepress/config.mjs
@@ -185,9 +185,9 @@ export default defineConfig({
185
link: '/technical/concept',
186
collapsed: true,
187
items: [
188
- { text: 'UI5 over-the-wire', link: '/technical/concept' },
+ { text: 'UI5 Over-the-Wire', link: '/technical/concept' },
189
{ text: 'ABAP Thinking, UI5 Results', link: '/technical/dx' },
190
- { text: 'Under the Hood', link: '/technical/how_it_all_works' }
+ { text: 'Behind the Scenes', link: '/technical/how_it_all_works' }
191
]
192
},
193
{
0 commit comments