@@ -155,18 +155,7 @@ export default defineConfig({
155155 { text : 'Frontend' , link : '/advanced/extensibility/frontend' } ,
156156 { text : 'Custom Control' , link : '/advanced/extensibility/custom_control' } ,
157157 { text : 'User Exits' , link : '/advanced/extensibility/user_exits' }
158- ] } ,
159- { text : 'Tools' , collapsed : "false" , items : [
160- { text : 'abapGit' , link : '/advanced/tools/abapgit' } ,
161- { text : 'ajson' , link : '/advanced/tools/ajson' } ,
162- { text : 's-rtti' , link : '/advanced/tools/srtti' } ,
163- { text : 'abaplint' , link : '/advanced/tools/abaplint' } ,
164- { text : 'open-abap' , link : '/advanced/tools/open_abap' } ,
165- { text : 'abap-cleaner' , link : '/advanced/tools/abap_cleaner' } ,
166- { text : 'abapmerge' , link : '/advanced/tools/abapmerge' } ,
167-
168- ]
169- }
158+ ] }
170159 ]
171160 } ,
172161 {
@@ -181,7 +170,17 @@ export default defineConfig({
181170 { text : 'Technology' , link : '/technical/technology/overview' , items : [
182171 { text : 'RAP' , link : '/technical/technology/rap' } ,
183172 { text : 'UI5 Freestyle' , link : '/technical/technology/ui5' } ,
184- ] }
173+ ] } ,
174+ { text : 'Tools' , collapsed : "false" , items : [
175+ { text : 'abapGit' , link : '/advanced/tools/abapgit' } ,
176+ { text : 'ajson' , link : '/advanced/tools/ajson' } ,
177+ { text : 's-rtti' , link : '/advanced/tools/srtti' } ,
178+ { text : 'abaplint' , link : '/advanced/tools/abaplint' } ,
179+ { text : 'open-abap' , link : '/advanced/tools/open_abap' } ,
180+ { text : 'abap-cleaner' , link : '/advanced/tools/abap_cleaner' } ,
181+ { text : 'abapmerge' , link : '/advanced/tools/abapmerge' } ,
182+ ]
183+ }
185184 ]
186185 } ,
187186 {
0 commit comments