File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,19 +250,9 @@ export default defineConfig({
250250 { text : "HTTP Connector" , link : "/advanced/http" } ,
251251 { text : "Fiori Elements Integration" , link : "/advanced/fiori" } ,
252252 { text : "UI5 Legacy-Free" , link : "/advanced/legacy_free" } ,
253- {
254- text : "Experimental Features" ,
255- collapsed : true ,
256- items : [
257- { text : "Drag & Drop" , link : "/development/specific/drag" } ,
258- {
259- text : "Smart Controls" ,
260- link : "/development/specific/smart_controls" ,
261- } ,
262- ] ,
263- } ,
264253 {
265254 text : "Extensibility" ,
255+ collapsed : true ,
266256 items : [
267257 {
268258 text : "User Exits" ,
@@ -276,6 +266,17 @@ export default defineConfig({
276266 } ,
277267 ] ,
278268 } ,
269+ {
270+ text : "Experimental" ,
271+ collapsed : true ,
272+ items : [
273+ { text : "Drag & Drop" , link : "/development/specific/drag" } ,
274+ {
275+ text : "Smart Controls" ,
276+ link : "/development/specific/smart_controls" ,
277+ } ,
278+ ] ,
279+ } ,
279280 ] ,
280281 } ,
281282 {
You can’t perform that action at this time.
0 commit comments