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 d3d3efc commit ede5e69Copy full SHA for ede5e69
docs/.vitepress/config.mjs
@@ -176,9 +176,9 @@ export default defineConfig({
176
{ text: 'ABAP Thinking, UI5 Results', link: '/technical/dx' },
177
{ text: 'Cloud Readiness', link: '/technical/cloud' },
178
{ text: 'Behind the Scenes', link: '/technical/how_it_all_works' },
179
- { text: 'Behind the Scenes', link: '/technical/technology/overview' , items: [
180
- { text: 'RAP', link: '/technical/technology/rap' },
181
- { text: 'UI5 Freestyle', link: '/technical/technology/ui5' },
+ { text: 'Technology', link: '/technical/technology/overview' , items: [
+ { text: 'RAP', link: '/technical/technology/rap' },
+ { text: 'UI5 Freestyle', link: '/technical/technology/ui5' },
182
] }
183
]
184
},
0 commit comments