@@ -15,15 +15,14 @@ export default defineConfig({
15
15
} ,
16
16
// https://vitepress.dev/reference/default-theme-config
17
17
nav : [
18
- { text : 'Get Started' , link : '/get_started/quickstart' } ,
18
+ { text : 'Getting Started' , link : '/get_started/quickstart' } ,
19
19
{ text : 'Development' , link : '/' } ,
20
20
{ text : 'Administration' , link : '/' } ,
21
- { text : 'Technical Details' , link : '/' } ,
22
21
{ text : 'Resources' , link : '/resources/blogs' }
23
22
] ,
24
23
sidebar : [
25
24
{
26
- text : 'Get Started' ,
25
+ text : 'Getting Started' ,
27
26
link : '/get_started/introduction' ,
28
27
collapsed : true ,
29
28
items : [
@@ -67,17 +66,13 @@ export default defineConfig({
67
66
{ text : 'CSP' , link : '/get_started/configuration#Content-Security-Policy' } ,
68
67
{ text : 'Title' , link : '/get_started/configuration#title' }
69
68
] } ,
70
- { text : 'Remotely App Call' , link : '/features/' } ,
71
- { text : 'Downporting' , link : '/features/' } ,
72
- { text : 'Multiple Installations' , link : '/features/' } ,
73
69
{ text : 'Fiori Launchpad' , link : '/features/' } ,
74
- { text : 'BTP Workzone' , link : '/features/' } ,
75
70
{ text : 'Productive Usage' , link : '/features/' } ,
76
71
{ text : 'Performance' , link : '/features/faq' } ,
77
72
{ text : 'Security' , link : '/features/faq' } ,
78
73
{ text : 'UI5 Framework' , link : '/features/faq' } ,
79
74
{
80
- text : 'Setup' , collapsed : true ,
75
+ text : 'Setup' ,
81
76
items : [
82
77
{ text : 'BTP ABAP Environment' , link : '/markdown-examples' } ,
83
78
{ text : 'S/4 Public Cloud' , link : '/markdown-examples' } ,
@@ -97,6 +92,16 @@ export default defineConfig({
97
92
// { text: 'User Interface', link: '/features/faq' },
98
93
// ]
99
94
// },
95
+ {
96
+ text : 'Extended Features' ,
97
+ collapsed : true ,
98
+ items : [
99
+ { text : 'BTP Workzone' , link : '/features/' } ,
100
+ { text : 'Remotely App Call' , link : '/features/' } ,
101
+ { text : 'Downporting' , link : '/features/' } ,
102
+ { text : 'Multiple Installations' , link : '/features/' } ,
103
+ ]
104
+ } ,
100
105
{
101
106
text : 'Resources' ,
102
107
collapsed : true ,
0 commit comments