Skip to content

Commit 7a11814

Browse files
authored
update
1 parent ab4648e commit 7a11814

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/.vitepress/config.mjs

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ export default defineConfig({
1010
nav: [
1111
{ text: 'Get Started', link: '/get_started/quickstart' },
1212
{ text: 'Features', link: '/' },
13-
{ text: 'Contribution', link: '/' },
14-
{ text: 'Integration', link: '/' },
13+
{ text: 'Setup & Launchpad', link: '/' },
1514
{ text: 'Resources', link: '/resources/blogs' }
1615
],
1716
sidebar: [
@@ -35,14 +34,6 @@ export default defineConfig({
3534
{ text: 'FAQ', link: '/features/faq' }
3635
]
3736
},
38-
{
39-
text: 'Contribution',
40-
collapsed: true,
41-
items: [
42-
{ text: 'Markdown Examples', link: '/markdown-examples' },
43-
{ text: 'Runtime API Examples', link: '/api-examples' }
44-
]
45-
},
4637
{
4738
text: 'Setup & Launchpad',
4839
collapsed: true,
@@ -60,12 +51,13 @@ export default defineConfig({
6051
items: [
6152
{ text: 'Release Notes', link: '/resources/release_notes' },
6253
{ text: 'Blogs', link: '/resources/blogs' },
54+
{ text: 'Contribution', link: '/resources/release_notes' },
6355
{ text: 'Links', link: '/resources/links' }
6456
]
6557
}
6658
],
6759
socialLinks: [
68-
{ icon: 'github', link: 'https://github.com/abap2UI5' }
60+
{ icon: 'github', link: 'https://github.com/abap2UI5-documentation' }
6961
]
7062
},
7163
markdown: {

0 commit comments

Comments
 (0)