@@ -18,6 +18,7 @@ export default defineConfig({
18
18
{ text : 'Getting Started' , link : '/get_started/quickstart' } ,
19
19
{ text : 'Development' , link : '/' } ,
20
20
{ text : 'Administration' , link : '/' } ,
21
+ { text : 'More' , link : '/' } ,
21
22
{ text : 'Resources' , link : '/resources/blogs' }
22
23
] ,
23
24
sidebar : [
@@ -40,42 +41,47 @@ export default defineConfig({
40
41
text : 'Development' ,
41
42
collapsed : true ,
42
43
items : [
43
- { text : 'Basics' , link : '/features/faq' } ,
44
+ { text : 'Basics' , collapsed : true , items : [
45
+ { text : 'Theme' , link : '/get_started/configuration#theme' } ,
46
+ { text : 'UI5 Bootstrapping' , link : '/get_started/configuration#ui5-bootstrapping' } ,
47
+ { text : 'CSP' , link : '/get_started/configuration#Content-Security-Policy' } ,
48
+ { text : 'Title' , link : '/get_started/configuration#title' }
49
+ ] } ,
44
50
{ text : 'Debugging' , link : '/features/' } ,
45
51
{ text : 'Localization, i18n' , link : '/features/' } ,
46
52
{ text : 'Stateful Sessions' , link : '/features/' } ,
47
53
{
48
- text : 'Addons' , collapsed : false , items : [
54
+ text : 'Addons' , items : [
49
55
{ text : 'Custom Controls' , link : '/markdown-examples' } ,
50
56
{ text : 'Popups' , link : '/api-examples' } ,
51
- { text : 'Layout & Variants' , link : '/api-examples' } ,
57
+ { text : 'Layouts & Variants' , link : '/api-examples' } ,
58
+ ]
59
+ } ,
60
+ {
61
+ text : 'Extensibility' ,
62
+ items : [
63
+ { text : 'Custom JS' , link : '/features/' } ,
64
+ { text : 'Custom Controls' , link : '/features/' } ,
65
+ { text : 'External Libraries' , link : '/features/' } ,
52
66
]
53
67
} ,
54
- ]
55
- } ,
56
- {
57
- text : 'Extensibility' ,
58
- collapsed : true ,
59
- items : [
60
- { text : 'Custom Controls' , link : '/features/' } ,
61
- { text : 'External Libraries' , link : '/features/' } ,
62
68
]
63
69
} ,
64
70
{
65
71
text : 'Administration' ,
66
72
collapsed : true ,
67
73
items : [
68
- { text : 'Configuration ' , collapsed : true , items : [
74
+ { text : 'Basics ' , collapsed : true , items : [
69
75
{ text : 'Theme' , link : '/get_started/configuration#theme' } ,
70
76
{ text : 'UI5 Bootstrapping' , link : '/get_started/configuration#ui5-bootstrapping' } ,
71
77
{ text : 'CSP' , link : '/get_started/configuration#Content-Security-Policy' } ,
72
78
{ text : 'Title' , link : '/get_started/configuration#title' }
73
79
] } ,
74
- { text : 'Fiori Launchpad' , link : '/features/' } ,
75
- { text : 'Productive Usage' , link : '/features/' } ,
76
80
{ text : 'Performance' , link : '/features/faq' } ,
77
81
{ text : 'Security' , link : '/features/faq' } ,
82
+ { text : 'Productive Usage' , link : '/features/' } ,
78
83
{ text : 'UI5 Framework' , link : '/features/faq' } ,
84
+ { text : 'Fiori Launchpad' , link : '/features/' } ,
79
85
{
80
86
text : 'Setup' ,
81
87
items : [
@@ -87,24 +93,14 @@ export default defineConfig({
87
93
}
88
94
]
89
95
} ,
90
- // {
91
- // text: 'Technical Details',
92
- // collapsed: true,
93
- // items: [
94
- // { text: 'Communication', link: '/features/' },
95
- // { text: 'Persistence', link: '/features/' },
96
- // { text: 'Data Binding', link: '/features/' },
97
- // { text: 'User Interface', link: '/features/faq' },
98
- // ]
99
- // },
100
96
{
101
97
text : 'More Features' ,
102
98
collapsed : true ,
103
99
items : [
104
- { text : 'BTP Workzone' , link : '/features/' } ,
105
- { text : 'Remotely App Call' , link : '/features/' } ,
106
- { text : 'Downporting' , link : '/features/' } ,
107
- { text : 'Multiple Installations ' , link : '/features/' } ,
100
+ { text : 'BTP Workzone' , link : '/features/' } ,
101
+ { text : 'Remotely App Call' , link : '/features/' } ,
102
+ { text : 'Downporting' , link : '/features/' } ,
103
+ { text : 'Renaming ' , link : '/features/' } ,
108
104
]
109
105
} ,
110
106
{
0 commit comments