We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8fb8f commit 597ee3dCopy full SHA for 597ee3d
docs/.vitepress/config.mjs
@@ -165,8 +165,8 @@ export default defineConfig({
165
{ text: 'Technical Background', collapsed : "true" , items: [
166
{ text: 'Key Concept', link: '/advanced/technical/concept' },
167
{ text: 'Technology Overview', link: '/advanced/technical/overview' },
168
- { text: 'UI5', link: '/advanced/technical/ui5' },
169
- { text: 'RAP', link: '/advanced/technical/rap' },
+ { text: 'UI5 Freestyle', link: '/advanced/technical/ui5' },
+ { text: 'RAP, Fiori Elements', link: '/advanced/technical/rap' },
170
{ text: 'Deep Dive', link: '/advanced/technical/how_it_all_works' }
171
]
172
},
0 commit comments