@@ -120,15 +120,6 @@ export default defineConfig({
120
120
{ text : 'Geolocation, Maps' , link : '/development/specific/geolocation' } ,
121
121
]
122
122
} ,
123
- { text : 'Addons, Apps' , collapsed : true , items : [
124
- { text : 'Layouts, Variants' , link : '/development/addons/layout' } ,
125
- { text : 'JS Libraries' , link : '/development/addons/ext_js' } ,
126
- { text : 'UI Extensions' , link : '/development/addons/popup' } ,
127
- { text : 'SE16' , link : '/development/addons/popup' } ,
128
- { text : 'table-content-loader' , link : '/development/addons/popup' } ,
129
- { text : 'abap-sql-console' , link : '/development/addons/popup' } ,
130
- ]
131
- } ,
132
123
]
133
124
} ,
134
125
{
@@ -156,6 +147,7 @@ export default defineConfig({
156
147
link : '/advanced/advanced' ,
157
148
collapsed : true ,
158
149
items : [
150
+ { text : 'Addons' , link : '/advanced/addons' } ,
159
151
{ text : 'Stateful Sessions' , link : '/advanced/stateful' } ,
160
152
{ text : 'Downporting' , link : '/advanced/downporting' } ,
161
153
{ text : 'Renaming' , link : '/advanced/renaming' } ,
0 commit comments