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,17 +250,6 @@ 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" ,
266255 items : [
@@ -276,6 +265,17 @@ export default defineConfig({
276265 } ,
277266 ] ,
278267 } ,
268+ {
269+ text : "Experimental" ,
270+ collapsed : true ,
271+ items : [
272+ { text : "Drag & Drop" , link : "/development/specific/drag" } ,
273+ {
274+ text : "Smart Controls" ,
275+ link : "/development/specific/smart_controls" ,
276+ } ,
277+ ] ,
278+ } ,
279279 ] ,
280280 } ,
281281 {
You can’t perform that action at this time.
0 commit comments