Skip to content

Commit b9e9479

Browse files
authored
update menu structure
1 parent 2bcef30 commit b9e9479

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
lines changed

docs/.vitepress/config.mjs

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)