Skip to content

Commit 55152d3

Browse files
authored
update
1 parent cb706b0 commit 55152d3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/.vitepress/config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ export default defineConfig({
66
title: "abap2UI5",
77
description: "Developing Purely in ABAP",
88
themeConfig: {
9+
footer: {
10+
message: 'Released under the MIT License',
11+
copyright: '2023-present abap2UI5'
12+
},
13+
914
editLink: {
1015
pattern: 'https://github.com/abap2UI5/abap2UI5-documentation/tree/main/docs/:path',
1116
text: 'Edit this page on GitHub'

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44

55
hero:
66
text: "abap2UI5"
7-
tagline: "Simple & Open Source. \nDeveloping UI5 Apps Purely in ABAP"
7+
tagline: "Simple & Open Source. \nDeveloping UI5 Apps Purely in ABAP."
88
image:
99
src: /logo.png
1010
alt: abap2UI5 Logo
@@ -21,14 +21,14 @@ hero:
2121
features:
2222
- title: Guide
2323
icon: 🚀
24-
details: Learn how to develop, configure, and administrate UI5 apps using abap2UI5.
24+
details: Learn how to develop, configure, and manage apps with abap2UI5.
2525
link: /get_started/quickstart
2626
- title: GitHub
2727
icon: 🦖
28-
details: Go into the Code. Explore the repository, open issues and contribute to the codebase.
28+
details: Dive into the code. Explore the repository, report issues, and contribute to the project.
2929
link: https://www.github.com/abap2UI5/abap2UI5
3030
- title: LinkedIn
3131
icon: ❤️
32-
details: Join our LinkedIn community and stay updated with the latest changes.
32+
details: Join our LinkedIn community to stay informed about updates and latest changes.
3333
link: https://www.linkedin.com/company/abap2ui5
3434
---

0 commit comments

Comments
 (0)