@@ -148,6 +148,7 @@ export default defineConfig({
148148 text : "Share, Bookmark" ,
149149 link : "/development/navigation/share" ,
150150 } ,
151+ { text : "URL Handling" , link : "/development/specific/url" } ,
151152 ] ,
152153 } ,
153154 {
@@ -161,15 +162,6 @@ export default defineConfig({
161162 } ,
162163 { text : "Translation, i18n" , link : "/development/translation" } ,
163164 { text : "Popups, Popovers" , link : "/development/popups" } ,
164- {
165- text : "RAP, EML" ,
166- collapsed : true ,
167- items : [
168- { text : "CDS" , link : "/development/specific/cds" } ,
169- { text : "EML" , link : "/development/specific/eml" } ,
170- { text : "Draft Handling" , link : "/development/specific/draft" } ,
171- ] ,
172- } ,
173165 {
174166 text : "Browser Features" ,
175167 collapsed : true ,
@@ -191,7 +183,6 @@ export default defineConfig({
191183 { text : "XLSX" , link : "/development/specific/xlsx" } ,
192184 ] ,
193185 } ,
194- { text : "URL" , link : "/development/specific/url" } ,
195186 { text : "Timer" , link : "/development/specific/timer" } ,
196187 { text : "Soft Keyboard" , link : "/development/specific/soft_keyboard" } ,
197188 ] ,
@@ -208,12 +199,22 @@ export default defineConfig({
208199 { text : "CL_DEMO_OUTPUT" , link : "/development/specific/demo_output" } ,
209200 ] ,
210201 } ,
202+ {
203+ text : "RAP, EML" ,
204+ collapsed : true ,
205+ items : [
206+ { text : "CDS" , link : "/development/specific/cds" } ,
207+ { text : "EML" , link : "/development/specific/eml" } ,
208+ { text : "Draft Handling" , link : "/development/specific/draft" } ,
209+ ] ,
210+ } ,
211211 {
212212 text : "Misc Topics" ,
213213 collapsed : true ,
214214 items : [
215215 { text : "Locks" , link : "/development/specific/locks" } ,
216216 { text : "Statefulness" , link : "/development/specific/statefulness" } ,
217+ { text : "Logout" , link : "/configuration/logout" } ,
217218 ] ,
218219 } ,
219220 ] ,
@@ -228,7 +229,6 @@ export default defineConfig({
228229 { text : "Security" , link : "/configuration/security" } ,
229230 { text : "Authorization" , link : "/configuration/authorization" } ,
230231 { text : "Performance" , link : "/configuration/performance" } ,
231- { text : "Logout" , link : "/configuration/logout" } ,
232232 { text : "UI5 Versions" , link : "/configuration/ui5_versions" } ,
233233 { text : "Productive Usage" , link : "/configuration/productive_usage" } ,
234234 { text : "Debugging" , link : "/configuration/troubleshooting" } ,
@@ -256,14 +256,8 @@ export default defineConfig({
256256 { text : "Renaming" , link : "/advanced/renaming" } ,
257257 { text : "Builder" , link : "/advanced/builds" } ,
258258 { text : "Local" , link : "/advanced/local" } ,
259- {
260- text : "RFC Connector" ,
261- link : "/advanced/rfc" ,
262- collapsed : true ,
263- items : [
264- { text : "HTTP Connector" , link : "/advanced/http" } ,
265- ] ,
266- } ,
259+ { text : "RFC Connector" , link : "/advanced/rfc" } ,
260+ { text : "HTTP Connector" , link : "/advanced/http" } ,
267261 { text : "Fiori Elements Integration" , link : "/advanced/fiori" } ,
268262 {
269263 text : "Extensibility" ,
0 commit comments