@@ -23,7 +23,7 @@ export default defineConfig({
23
23
{ text : 'Getting Started' , link : '/get_started/quickstart' } ,
24
24
{ text : 'Development' , link : '/' } ,
25
25
{ text : 'Setup' , link : '/' } ,
26
- { text : 'More ' , link : '/' } ,
26
+ { text : 'Features ' , link : '/' } ,
27
27
{ text : 'Resources' , link : '/resources/blogs' }
28
28
] ,
29
29
@@ -49,20 +49,22 @@ export default defineConfig({
49
49
text : 'Development' ,
50
50
collapsed : true ,
51
51
items : [
52
- { text : 'Basics' , collapsed : true , items : [
52
+ { text : 'Basic' , items : [
53
53
{ text : 'Theme' , link : '/get_started/configuration#theme' } ,
54
- { text : 'UI5 Bootstrapping' , link : '/get_started/configuration#ui5-bootstrapping' } ,
55
54
{ text : 'CSP' , link : '/get_started/configuration#Content-Security-Policy' } ,
56
55
{ text : 'Title' , link : '/get_started/configuration#title' }
57
56
] } ,
58
57
{ text : 'Debugging' , link : '/features/' } ,
59
- { text : 'Localization, i18n' , link : '/features/' } ,
58
+ { text : 'Message & Error' , link : '/features/' } ,
59
+ { text : 'Translation, i18n' , link : '/features/' } ,
60
+ { text : 'Authorization' , link : '/features/' } ,
60
61
{ text : 'Stateful Sessions' , link : '/features/' } ,
62
+ { text : 'Runtime Typed Data' , link : '/features/' } ,
61
63
{
62
64
text : 'Addons' , items : [
63
- { text : 'Custom Controls' , link : '/markdown-examples' } ,
64
65
{ text : 'Popups' , link : '/api-examples' } ,
65
66
{ text : 'Layouts & Variants' , link : '/api-examples' } ,
67
+ { text : 'External Libraries' , link : '/markdown-examples' } ,
66
68
]
67
69
} ,
68
70
{
@@ -79,7 +81,7 @@ export default defineConfig({
79
81
text : 'Setup' ,
80
82
collapsed : true ,
81
83
items : [
82
- { text : 'Basics ' , collapsed : true , items : [
84
+ { text : 'Basic ' , collapsed : true , items : [
83
85
{ text : 'Theme' , link : '/get_started/configuration#theme' } ,
84
86
{ text : 'UI5 Bootstrapping' , link : '/get_started/configuration#ui5-bootstrapping' } ,
85
87
{ text : 'CSP' , link : '/get_started/configuration#Content-Security-Policy' } ,
@@ -88,6 +90,7 @@ export default defineConfig({
88
90
{ text : 'Performance' , link : '/features/faq' } ,
89
91
{ text : 'Security' , link : '/features/faq' } ,
90
92
{ text : 'UI5 Framework' , link : '/features/faq' } ,
93
+ { text : 'SE80 or ADT' , link : '/features/faq' } ,
91
94
{ text : 'Fiori Launchpad' , link : '/features/' } ,
92
95
{
93
96
text : 'Productive Usage' ,
0 commit comments