@@ -110,6 +110,7 @@ export default defineConfig({
110110 { text : 'Drag & Drop' , link : '/development/specific/drag' } ,
111111 { text : 'Smart Controls' , link : '/development/specific/smart_controls' } ,
112112 { text : 'Geolocation, Maps' , link : '/development/specific/geolocation' } ,
113+ { text : 'Stateful Sessions' , link : '/development/specific/stateful' } ,
113114 ]
114115 } ,
115116 ]
@@ -140,11 +141,9 @@ export default defineConfig({
140141 collapsed : true ,
141142 items : [
142143 { text : 'Addons' , link : '/advanced/addons' } ,
143- { text : 'Stateful Sessions' , link : '/advanced/stateful' } ,
144144 { text : 'Downporting' , link : '/advanced/downporting' } ,
145145 { text : 'Renaming' , link : '/advanced/renaming' } ,
146146 { text : 'Builds' , link : '/advanced/downporting' } ,
147- { text : 'Remote App Calls' , link : '/advanced/rfc' } ,
148147 { text : 'Extensibility' , collapsed : "false" , link : '/advanced/extensibility' , items : [
149148 { text : 'Custom JS' , link : '/advanced/extensibility/custom_js' } ,
150149 { text : 'Custom Control' , link : '/advanced/extensibility/custom_control' } ,
0 commit comments