Skip to content

Commit 591c8cd

Browse files
authored
update
1 parent 55152d3 commit 591c8cd

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/.vitepress/config.mjs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineConfig({
2323
{ text: 'Getting Started', link: '/get_started/quickstart' },
2424
{ text: 'Development', link: '/' },
2525
{ text: 'Setup', link: '/' },
26-
{ text: 'More', link: '/' },
26+
{ text: 'Features', link: '/' },
2727
{ text: 'Resources', link: '/resources/blogs' }
2828
],
2929

@@ -49,20 +49,22 @@ export default defineConfig({
4949
text: 'Development',
5050
collapsed: true,
5151
items: [
52-
{ text: 'Basics', collapsed: true , items: [
52+
{ text: 'Basic', items: [
5353
{ text: 'Theme', link: '/get_started/configuration#theme' },
54-
{ text: 'UI5 Bootstrapping', link: '/get_started/configuration#ui5-bootstrapping' },
5554
{ text: 'CSP', link: '/get_started/configuration#Content-Security-Policy' },
5655
{ text: 'Title', link: '/get_started/configuration#title' }
5756
]},
5857
{ 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/' },
6061
{ text: 'Stateful Sessions', link: '/features/' },
62+
{ text: 'Runtime Typed Data', link: '/features/' },
6163
{
6264
text: 'Addons', items: [
63-
{ text: 'Custom Controls', link: '/markdown-examples' },
6465
{ text: 'Popups', link: '/api-examples' },
6566
{ text: 'Layouts & Variants', link: '/api-examples' },
67+
{ text: 'External Libraries', link: '/markdown-examples' },
6668
]
6769
},
6870
{
@@ -79,7 +81,7 @@ export default defineConfig({
7981
text: 'Setup',
8082
collapsed: true,
8183
items: [
82-
{ text: 'Basics', collapsed: true , items: [
84+
{ text: 'Basic', collapsed: true , items: [
8385
{ text: 'Theme', link: '/get_started/configuration#theme' },
8486
{ text: 'UI5 Bootstrapping', link: '/get_started/configuration#ui5-bootstrapping' },
8587
{ text: 'CSP', link: '/get_started/configuration#Content-Security-Policy' },
@@ -88,6 +90,7 @@ export default defineConfig({
8890
{ text: 'Performance', link: '/features/faq' },
8991
{ text: 'Security', link: '/features/faq' },
9092
{ text: 'UI5 Framework', link: '/features/faq' },
93+
{ text: 'SE80 or ADT', link: '/features/faq' },
9194
{ text: 'Fiori Launchpad', link: '/features/' },
9295
{
9396
text: 'Productive Usage',

0 commit comments

Comments
 (0)