Skip to content

Commit bc35915

Browse files
authored
update
1 parent f98765e commit bc35915

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docs/.vitepress/config.mjs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ export default defineConfig({
1717
nav: [
1818
{ text: 'Getting Started', link: '/get_started/quickstart' },
1919
{ text: 'Development', link: '/' },
20-
{ text: 'Administration', link: '/' },
20+
{ text: 'Setup', link: '/' },
2121
{ text: 'More', link: '/' },
2222
{ text: 'Resources', link: '/resources/blogs' }
2323
],
24+
25+
26+
2427
sidebar: [
2528
{
2629
text: 'Getting Started',
@@ -68,7 +71,7 @@ export default defineConfig({
6871
]
6972
},
7073
{
71-
text: 'Administration',
74+
text: 'Setup',
7275
collapsed: true,
7376
items: [
7477
{ text: 'Basics', collapsed: true , items: [
@@ -79,11 +82,10 @@ export default defineConfig({
7982
]},
8083
{ text: 'Performance', link: '/features/faq' },
8184
{ text: 'Security', link: '/features/faq' },
82-
{ text: 'Productive Usage', link: '/features/' },
8385
{ text: 'UI5 Framework', link: '/features/faq' },
8486
{ text: 'Fiori Launchpad', link: '/features/' },
8587
{
86-
text: 'Setup',
88+
text: 'Productive Usage',
8789
items: [
8890
{ text: 'BTP ABAP Environment', link: '/markdown-examples' },
8991
{ text: 'S/4 Public Cloud', link: '/markdown-examples' },

docs/index.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,23 @@ layout: home
44

55
hero:
66
text: "abap2UI5"
7-
tagline:
8-
Developing UI5 Apps Purely in ABAP
7+
tagline: "Developing UI5 Apps Purely in ABAP"
98
image:
10-
src: /logo.png
11-
alt: abap2UI5 Logo
12-
width: 200px
13-
height: 200px
9+
src: /logo.png
10+
alt: abap2UI5 Logo
11+
width: 200px
12+
height: 200px
1413
actions:
15-
- theme: brand
14+
- theme: brand
1615
text: Get Started
1716
link: /get_started/introduction
18-
- theme: alt
17+
- theme: alt
1918
text: Release Notes
2019
link: /resources/release_notes
2120

2221
features:
23-
- title: Documentation
24-
icon: 🎓
22+
- title: Guide
23+
icon: 🚀
2524
details: Learn how to develop, configure, and administrate UI5 apps using abap2UI5.
2625
link: /get_started/quickstart
2726
- title: GitHub
@@ -32,5 +31,4 @@ features:
3231
icon: ❤️
3332
details: Join our LinkedIn community and stay updated with the latest changes.
3433
link: https://www.linkedin.com/company/abap2ui5
35-
3634
---

0 commit comments

Comments
 (0)