From 55152d3099849e14fa80ab318873503c80d5cd03 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:37:35 +0000 Subject: [PATCH] update --- docs/.vitepress/config.mjs | 5 +++++ docs/index.md | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 5254fd3..c7226a9 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -6,6 +6,11 @@ export default defineConfig({ title: "abap2UI5", description: "Developing Purely in ABAP", themeConfig: { + footer: { + message: 'Released under the MIT License', + copyright: '2023-present abap2UI5' + }, + editLink: { pattern: 'https://github.com/abap2UI5/abap2UI5-documentation/tree/main/docs/:path', text: 'Edit this page on GitHub' diff --git a/docs/index.md b/docs/index.md index 25c579c..fc4a025 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ layout: home hero: text: "abap2UI5" - tagline: "Simple & Open Source. \nDeveloping UI5 Apps Purely in ABAP" + tagline: "Simple & Open Source. \nDeveloping UI5 Apps Purely in ABAP." image: src: /logo.png alt: abap2UI5 Logo @@ -21,14 +21,14 @@ hero: features: - title: Guide icon: 🚀 - details: Learn how to develop, configure, and administrate UI5 apps using abap2UI5. + details: Learn how to develop, configure, and manage apps with abap2UI5. link: /get_started/quickstart - title: GitHub icon: 🦖 - details: Go into the Code. Explore the repository, open issues and contribute to the codebase. + details: Dive into the code. Explore the repository, report issues, and contribute to the project. link: https://www.github.com/abap2UI5/abap2UI5 - title: LinkedIn icon: ❤️ - details: Join our LinkedIn community and stay updated with the latest changes. + details: Join our LinkedIn community to stay informed about updates and latest changes. link: https://www.linkedin.com/company/abap2ui5 --- \ No newline at end of file