@@ -148,7 +148,8 @@ export default defineConfig({
148148 { text : 'Layouts, Variants' , link : '/addons/layout' } ,
149149 { text : 'JS Libraries' , link : '/addons/ext_js' } ,
150150 { text : 'UI Extensions' , link : '/addons/popup' } ,
151- { text : 'Apps' , link : '/addons/apps' } ,
151+ { text : 'Remote App Calls' , link : '/addons/rfc' } ,
152+ // { text: 'Apps', link: '/addons/apps' },
152153 ]
153154 } ,
154155 {
@@ -159,7 +160,6 @@ export default defineConfig({
159160 { text : 'Stateful Sessions' , link : '/advanced/stateful' } ,
160161 { text : 'Downporting' , link : '/advanced/downporting' } ,
161162 { text : 'Renaming' , link : '/advanced/renaming' } ,
162- { text : 'Remote App Calls' , link : '/advanced/rfc' } ,
163163 { text : 'Extensibility' , collapsed : "false" , link : '/advanced/extensibility' , items : [
164164 { text : 'Custom JS' , link : '/advanced/extensibility/custom_js' } ,
165165 { text : 'Custom Control' , link : '/advanced/extensibility/custom_control' } ,
@@ -184,7 +184,9 @@ export default defineConfig({
184184 { text : 'Changelog' , link : '/resources/changelog' } ,
185185 { text : 'License' , link : '/resources/license' } ,
186186 { text : 'Contact' , link : '/resources/contact' } ,
187+ { text : 'Who Uses abap2UI5?' , link : '/resources/who_uses' } ,
187188 { text : 'Community' , items : [
189+ { text : 'Logos' , link : '/resources/logo' } ,
188190 { text : 'Blogs, References' , link : '/resources/references' } ,
189191 { text : 'Support' , link : '/resources/support' } ,
190192 { text : 'Contribution' , link : '/resources/contribution' } ,
0 commit comments