File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ export default defineConfig({
6
6
title : "abap2UI5" ,
7
7
description : "Developing Purely in ABAP" ,
8
8
themeConfig : {
9
+ footer : {
10
+ message : 'Released under the MIT License' ,
11
+ copyright : '2023-present abap2UI5'
12
+ } ,
13
+
9
14
editLink : {
10
15
pattern : 'https://github.com/abap2UI5/abap2UI5-documentation/tree/main/docs/:path' ,
11
16
text : 'Edit this page on GitHub'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ layout: home
4
4
5
5
hero :
6
6
text : " abap2UI5"
7
- tagline : " Simple & Open Source. \n Developing UI5 Apps Purely in ABAP"
7
+ tagline : " Simple & Open Source. \n Developing UI5 Apps Purely in ABAP. "
8
8
image :
9
9
src : /logo.png
10
10
alt : abap2UI5 Logo
@@ -21,14 +21,14 @@ hero:
21
21
features :
22
22
- title : Guide
23
23
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.
25
25
link : /get_started/quickstart
26
26
- title : GitHub
27
27
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 .
29
29
link : https://www.github.com/abap2UI5/abap2UI5
30
30
- title : LinkedIn
31
31
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.
33
33
link : https://www.linkedin.com/company/abap2ui5
34
34
---
You can’t perform that action at this time.
0 commit comments