Skip to content

Commit ccbb975

Browse files
authored
update
1 parent b7d624a commit ccbb975

File tree

3 files changed

+36
-22
lines changed

3 files changed

+36
-22
lines changed

docs/.vitepress/cache/deps/_metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"vue": {
88
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
99
"file": "vue.js",
10-
"fileHash": "b7252055",
10+
"fileHash": "a8155da8",
1111
"needsInterop": false
1212
},
1313
"vitepress > @vue/devtools-api": {
@@ -19,13 +19,13 @@
1919
"vitepress > @vueuse/core": {
2020
"src": "../../../../node_modules/@vueuse/core/index.mjs",
2121
"file": "vitepress___@vueuse_core.js",
22-
"fileHash": "42725d2f",
22+
"fileHash": "5f0f28a6",
2323
"needsInterop": false
2424
},
2525
"vitepress > @vueuse/integrations/useFocusTrap": {
2626
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
2727
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
28-
"fileHash": "e2b82e79",
28+
"fileHash": "f2a0cfff",
2929
"needsInterop": false
3030
},
3131
"vitepress > mark.js/src/vanilla.js": {
@@ -43,7 +43,7 @@
4343
"@theme/index": {
4444
"src": "../../../../node_modules/vitepress/dist/client/theme-default/index.js",
4545
"file": "@theme_index.js",
46-
"fileHash": "3e8a4126",
46+
"fileHash": "f3f1aeab",
4747
"needsInterop": false
4848
}
4949
},

docs/.vitepress/config.mjs

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { defineConfig } from 'vitepress'
44
export default defineConfig({
55
base: '/docs/', // Set your base URL here
66
head: [
7-
['link', { rel: 'shortcut icon', href: '/public/favicon.ico' }],
8-
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/public/favicon.ico' }],
7+
['link', { rel: 'shortcut icon', href: '/docs/favicon.ico' }],
8+
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/docs/favicon.ico' }],
99
],
1010
title: "abap2UI5",
1111
description: "Developing Purely in ABAP",
@@ -24,16 +24,29 @@ export default defineConfig({
2424
},
2525
// https://vitepress.dev/reference/default-theme-config
2626
nav: [
27-
{ text: 'Getting Started', items: [
28-
{ text: 'Item A', link: '/item-1' },
29-
{ text: 'Item B', link: '/item-2' },
30-
{ text: 'Item C', link: '/item-3' }
27+
{ text: 'Guide', items: [
28+
{ text: 'Addons', link: '/item-1' },
29+
{ text: 'Alln', link: '/item-2' },
30+
{ text: 'Addons', items: [
31+
{ text: 'Addons', link: '/item-1' },
32+
{ text: 'Alln', link: '/item-2' },
33+
{ text: 'Issues', link: '/item-2' },
34+
]},
35+
]},
36+
{ text: 'Quick Links', items: [
37+
{ text: 'Addons', link: '/item-1' },
38+
{ text: 'Alln', link: '/item-2' },
39+
{ text: 'Addons', items: [
40+
{ text: 'Addons', link: '/item-1' },
41+
{ text: 'Alln', link: '/item-2' },
42+
{ text: 'Issues', link: '/item-2' },
43+
]},
44+
]},
45+
{ text: '1.134.0', items: [
46+
{ text: 'Changelog', link: '/item-1' },
47+
{ text: 'Contribution', link: '/item-2' },
48+
{ text: 'Support', link: '/item-2' },
3149
]},
32-
{ text: 'Development', link: '/' },
33-
{ text: 'Configuration', link: '/' },
34-
{ text: 'Advanced', link: '/' },
35-
{ text: 'Insights', link: '/' },
36-
{ text: 'Resources', link: '/resources/blogs' }
3750
],
3851
sidebar: [
3952
{

docs/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
22
# https://vitepress.dev/reference/default-theme-home-page
33
layout: home
4+
title: Home
45

56
hero:
6-
text: "abap2UI5"
7-
tagline: "Developing UI5 Apps Purely in ABAP.\nEfficient. Simple. Open Source. "
7+
name: "abap2UI5"
8+
tagline: "Building UI5 Apps Purely in ABAP.\nEfficient. Simple. Open Source."
89
image:
910
src: /logo.png
1011
alt: abap2UI5 Logo
1112
width: 200px
1213
height: 200px
1314
actions:
1415
- theme: brand
15-
text: Get Started
16+
text: What is abap2UI5?
1617
link: /get_started/introduction
1718
- theme: alt
18-
text: Release Notes
19-
link: /resources/release_notes
19+
text: Quickstart
20+
link: /get_started/introduction
2021

2122
features:
2223
- title: Guide
@@ -25,10 +26,10 @@ features:
2526
link: /get_started/quickstart
2627
- title: GitHub
2728
icon: 🦖
28-
details: Dive into the code. Explore the repository, report issues, and contribute to the project.
29+
details: Jump into the code! Explore our repository, report issues, and contribute to the project.
2930
link: https://www.github.com/abap2UI5/abap2UI5
3031
- title: LinkedIn
3132
icon: ❤️
32-
details: Follow on LinkedIn to stay informed about updates and latest changes.
33+
details: Join us on LinkedIn to stay informed about latest updates and changes.
3334
link: https://www.linkedin.com/company/abap2ui5
3435
---

0 commit comments

Comments
 (0)