@@ -10,8 +10,7 @@ export default defineConfig({
10
10
nav : [
11
11
{ text : 'Get Started' , link : '/get_started/quickstart' } ,
12
12
{ text : 'Features' , link : '/' } ,
13
- { text : 'Contribution' , link : '/' } ,
14
- { text : 'Integration' , link : '/' } ,
13
+ { text : 'Setup & Launchpad' , link : '/' } ,
15
14
{ text : 'Resources' , link : '/resources/blogs' }
16
15
] ,
17
16
sidebar : [
@@ -35,14 +34,6 @@ export default defineConfig({
35
34
{ text : 'FAQ' , link : '/features/faq' }
36
35
]
37
36
} ,
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
- } ,
46
37
{
47
38
text : 'Setup & Launchpad' ,
48
39
collapsed : true ,
@@ -60,12 +51,13 @@ export default defineConfig({
60
51
items : [
61
52
{ text : 'Release Notes' , link : '/resources/release_notes' } ,
62
53
{ text : 'Blogs' , link : '/resources/blogs' } ,
54
+ { text : 'Contribution' , link : '/resources/release_notes' } ,
63
55
{ text : 'Links' , link : '/resources/links' }
64
56
]
65
57
}
66
58
] ,
67
59
socialLinks : [
68
- { icon : 'github' , link : 'https://github.com/abap2UI5' }
60
+ { icon : 'github' , link : 'https://github.com/abap2UI5-documentation ' }
69
61
]
70
62
} ,
71
63
markdown : {
0 commit comments