Skip to content

Commit 04bd81b

Browse files
authored
update
1 parent d4755b5 commit 04bd81b

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

docs/.vitepress/config.mjs

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ export default defineConfig({
1515
},
1616
// https://vitepress.dev/reference/default-theme-config
1717
nav: [
18-
{ text: 'Get Started', link: '/get_started/quickstart' },
18+
{ text: 'Getting Started', link: '/get_started/quickstart' },
1919
{ text: 'Development', link: '/' },
2020
{ text: 'Administration', link: '/' },
21-
{ text: 'Technical Details', link: '/' },
2221
{ text: 'Resources', link: '/resources/blogs' }
2322
],
2423
sidebar: [
2524
{
26-
text: 'Get Started',
25+
text: 'Getting Started',
2726
link: '/get_started/introduction',
2827
collapsed: true,
2928
items: [
@@ -67,17 +66,13 @@ export default defineConfig({
6766
{ text: 'CSP', link: '/get_started/configuration#Content-Security-Policy' },
6867
{ text: 'Title', link: '/get_started/configuration#title' }
6968
]},
70-
{ text: 'Remotely App Call', link: '/features/' },
71-
{ text: 'Downporting', link: '/features/' },
72-
{ text: 'Multiple Installations', link: '/features/' },
7369
{ text: 'Fiori Launchpad', link: '/features/' },
74-
{ text: 'BTP Workzone', link: '/features/' },
7570
{ text: 'Productive Usage', link: '/features/' },
7671
{ text: 'Performance', link: '/features/faq' },
7772
{ text: 'Security', link: '/features/faq' },
7873
{ text: 'UI5 Framework', link: '/features/faq' },
7974
{
80-
text: 'Setup', collapsed: true,
75+
text: 'Setup',
8176
items: [
8277
{ text: 'BTP ABAP Environment', link: '/markdown-examples' },
8378
{ text: 'S/4 Public Cloud', link: '/markdown-examples' },
@@ -97,6 +92,16 @@ export default defineConfig({
9792
// { text: 'User Interface', link: '/features/faq' },
9893
// ]
9994
// },
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+
},
100105
{
101106
text: 'Resources',
102107
collapsed: true,

0 commit comments

Comments
 (0)