Skip to content

Commit 15ac44a

Browse files
authored
update
1 parent 0a60fdf commit 15ac44a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/.vitepress/config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,19 @@ export default defineConfig({
4747
{
4848
text: 'Project', items: [
4949
{ text: 'abap2UI5', link: 'https://github.com/abap2UI5/abap2UI5' },
50+
{ text: 'addons', link: 'https://github.com/abap2UI5-addons' },
51+
{ text: 'apps', link: 'https://github.com/abap2UI5-apps' },
5052
{ text: 'samples', link: 'https://github.com/abap2UI5/samples' },
51-
{ text: 'frontend', link: 'https://github.com/abap2UI5/frontend' },
52-
{ text: 'docs', link: 'https://github.com/abap2UI5/docs' },
53-
{ text: 'issues', link: 'https://github.com/abap2UI5/abap2UI5/issues' },
5453
]
5554
},
5655
{
5756
text: 'More', items: [
58-
{ text: 'addons', link: 'https://github.com/abap2UI5-addons' },
57+
{ text: 'frontend', link: 'https://github.com/abap2UI5/frontend' },
5958
{ text: 'downported', link: 'https://github.com/abap2UI5-downported' },
6059
{ text: 'renamed', link: 'https://github.com/abap2UI5-renamed' },
61-
{ text: 'apps', link: 'https://github.com/abap2UI5-apps' },
60+
{ text: 'docs', link: 'https://github.com/abap2UI5/docs' },
61+
{ text: 'issues', link: 'https://github.com/abap2UI5/abap2UI5/issues' },
62+
6263
]
6364
},
6465
]
@@ -148,7 +149,6 @@ export default defineConfig({
148149
{ text: 'open-abap', link: '/advanced/insights/open_abap' },
149150
]
150151
},
151-
152152
]
153153
},
154154

0 commit comments

Comments
 (0)