Skip to content

Commit 2d891aa

Browse files
authored
Merge pull request #41 from abap2UI5/claude/review-docs-mGJjT
docs: Fix markdown link formatting and update version to 1.142.0
2 parents 1df86a4 + b3a68e3 commit 2d891aa

28 files changed

Lines changed: 55 additions & 40 deletions

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default defineConfig({
8989
],
9090
},
9191
{
92-
text: "1.141.0",
92+
text: "1.142.0",
9393
items: [
9494
{ text: "Releases", link: "/resources/changelog" },
9595
{ text: "Support", link: "/resources/support" },

docs/advanced/builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ If you use abap2UI5 extensively, you may consider creating your own build by def
66
- Create a customized abap2UI5 build with frontend components and addons tailored to your specific scenario.
77

88
#### Builder
9-
Generate your own abap2UI5 build using the [builder.](https://github.com/abap2UI5/builder)
9+
Generate your own abap2UI5 build using the [builder](https://github.com/abap2UI5/builder).
1010

1111
<img width="700" alt="Screenshot 2025-03-02 at 14 44 06" src="https://github.com/user-attachments/assets/7c7f55d4-6667-4036-bc71-4cd7472f2ae9" />

docs/advanced/downporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ To install the project on an older system, use the `702` branch:
1212
Some sample projects and additional repositories also have a downported version. Simply check whether a `702` branch is available.
1313

1414
#### Functionality
15-
For more details on downport functionality, check out the blog post [Running abap2UI5 on older R/3 Releases.](https://www.linkedin.com/pulse/running-abap2ui5-older-r3-releases-downport-compatibility-abaplint-mjkle)
15+
For more details on downport functionality, check out the blog post [Running abap2UI5 on older R/3 Releases](https://www.linkedin.com/pulse/running-abap2ui5-older-r3-releases-downport-compatibility-abaplint-mjkle).

docs/advanced/fiori.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Integration to Fiori Element Apps
22

3-
You can extend the object page of Fiori list report apps with an abap2UI5 app. A repository to showcase the use case can be found [here.](https://github.com/axelmohnen/ABAP2UI5_COMP_CONT)
3+
You can extend the object page of Fiori list report apps with an abap2UI5 app. A repository to showcase the use case can be found [here](https://github.com/axelmohnen/ABAP2UI5_COMP_CONT).
44

55
<img width="747" height="387" alt="image" src="https://github.com/user-attachments/assets/c14d5732-3b8c-4fa5-83ab-6d188a4d87db" />
66

docs/advanced/renaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ abap2UI5 is compatible with the abaplint renaming feature and supports namespace
99

1010
#### Functionality
1111
To learn more about renaming ABAP artifacts, check out:
12-
[Automagic standalone renaming of ABAP objects.](https://community.sap.com/t5/application-development-blog-posts/automagic-standalone-renaming-of-abap-objects/ba-p/13499851)
12+
[Automagic standalone renaming of ABAP objects](https://community.sap.com/t5/application-development-blog-posts/automagic-standalone-renaming-of-abap-objects/ba-p/13499851)
1313

1414
Additional background information is available in the blog post:
15-
[Renaming of ABAP Artifacts - The Power of abaplint & abapGit in ABAP Development.](https://www.linkedin.com/pulse/renaming-abap-artifacts-power-abaplint-github-actions-development-kqede/)
15+
[Renaming of ABAP Artifacts - The Power of abaplint & abapGit in ABAP Development](https://www.linkedin.com/pulse/renaming-abap-artifacts-power-abaplint-github-actions-development-kqede/)

docs/configuration/btp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Integrate your abap2UI5 apps into BTP Services like Build Workzone. Find all inf
1616
* Name: BACKEND_ABAP2UI5
1717
* Type: HTTP
1818
* Description: abap2UI5 Destination
19-
* URL: the URL above
19+
* URL: `https://<your-abap-system>/sap/z2ui5`
2020
* Proxy Type: Internet
2121
* Authentication: BasicAuthentication
2222
* User: (user)

docs/configuration/installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ abap2UI5 apps run directly through an HTTP service, making this the fastest and
88
However, for productive usage, additional considerations may be required for different system environments.
99

1010
### S/4 Public Cloud
11-
In `S/4 Public Cloud`, the HTTP endpoint is accessible only with `S_DEVELOP` authorization, which makes it unsuitable for productive use. To make this app accessible for business users, you can install a separate frontend app and create an additional tile. Find more information [here.](/configuration/s4_public_cloud)
11+
In `S/4 Public Cloud`, the HTTP endpoint is accessible only with `S_DEVELOP` authorization, which makes it unsuitable for productive use. To make this app accessible for business users, you can install a separate frontend app and create an additional tile. Find more information [here](/configuration/s4_public_cloud).
1212

1313
### S/4 Private Cloud
14-
In `S/4 Private Cloud` you can make the HTTP endpoint accessible for business users and manage additional authorizations. However, if you want to use the SAP Fiori Launchpad as well, you can install an additional frontend app. Find all the information [here.](/configuration/launchpad)
14+
In `S/4 Private Cloud` you can make the HTTP endpoint accessible for business users and manage additional authorizations. However, if you want to use the SAP Fiori Launchpad as well, you can install an additional frontend app. Find all the information [here](/configuration/launchpad).
1515

1616
### S/4 On-Premise
17-
The setup in `S/4 On-Premise` is the same as in `S/4 Private Cloud`. Follow the guide [here.](/configuration/launchpad)
17+
The setup in `S/4 On-Premise` is the same as in `S/4 Private Cloud`. Follow the guide [here](/configuration/launchpad).
1818

1919
### R/3 NetWeaver
20-
The setup is the same as in `S/4 Private Cloud`. Depending on your release level, you may be able to add the apps to Launchpads. Follow the guide [here.](/configuration/launchpad)
20+
The setup is the same as in `S/4 Private Cloud`. Depending on your release level, you may be able to add the apps to Launchpads. Follow the guide [here](/configuration/launchpad).
2121

2222
### R/3 NetWeaver (<7.50)
23-
For older versions of R/3 NetWeaver lower v7.50, install the downported version with syntax adjustments for earlier releases. abap2UI5 runs on versions down to 7.02. See the downport section for more information [here.](/advanced/downporting)
23+
For older versions of R/3 NetWeaver lower v7.50, install the downported version with syntax adjustments for earlier releases. abap2UI5 runs on versions down to 7.02. See the downport section for more information [here](/advanced/downporting).
2424

2525
### BTP ABAP Environment
26-
The setup in `BTP ABAP Environment` is the same as in `S/4 Public Cloud`. Follow the guide [here.](/configuration/s4_public_cloud)
26+
The setup in `BTP ABAP Environment` is the same as in `S/4 Public Cloud`. Follow the guide [here](/configuration/s4_public_cloud).

docs/configuration/launchpad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Enhance your Fiori Launchpad with Key Performance Indicators (KPIs) using the ab
5252

5353
<i class="fa-brands fa-github"></i> [Repository](https://github.com/abap2UI5-addons/launchpad-kpi)
5454

55-
Find more information in the blog article on [LinkedIn.](https://www.linkedin.com/pulse/abap2ui5-host-your-apps-sap-fiori-launchpad-33-kpis-abap2ui5-uuxxe/)
55+
Find more information in the blog article on [LinkedIn](https://www.linkedin.com/pulse/abap2ui5-host-your-apps-sap-fiori-launchpad-33-kpis-abap2ui5-uuxxe/).
5656

5757
#### Functionality
5858
<img width="800" alt="image" src="https://github.com/abap2UI5/abap2UI5-connector_launchpad_kpi/assets/102328295/c7db9e46-6876-40d8-a632-be79e2fbcb91">

docs/configuration/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The abap2UI5 framework operates as an HTTP handler. You create this HTTP handler
1212
Authentication is handled at the ICF (Internet Communication Framework) node level. You have complete control over configuring the ICF node, including visibility settings, login procedures, and other security parameters.
1313

1414
### Authorization
15-
As an app developer, you have full flexibility in managing authorization settings. You can configure these either at the application level or service node level. For detailed guidance on setting up authentication for your endpoint, check out [this page.](/configuration/authorization)
15+
As an app developer, you have full flexibility in managing authorization settings. You can configure these either at the application level or service node level. For detailed guidance on setting up authentication for your endpoint, check out [this page](/configuration/authorization).
1616

1717
### Backend Code
1818
abap2UI5 is delivered as custom code. Once installed, you have full ownership of the code, giving you the flexibility to modify it to suit your needs. However, to ensure compatibility with future updates, we recommend avoiding direct modifications to the core code base.

docs/configuration/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ METHOD z2ui5_if_exit~set_config_http_get.
3434
3535
ENDMETHOD.
3636
```
37-
Keep in mind the variants and SAP limitations for bootstrapping, which you can find [here.](https://sapui5.hana.ondemand.com/#/topic/2d3eb2f322ea4a82983c1c62a33ec4ae)
37+
Keep in mind the variants and SAP limitations for bootstrapping, which you can find [here](https://sapui5.hana.ondemand.com/#/topic/2d3eb2f322ea4a82983c1c62a33ec4ae).
3838

3939
### Title
4040
To set a custom title for the application:
@@ -57,4 +57,4 @@ ENDMETHOD.
5757
```
5858

5959
### Logon Language
60-
To set the logon language, use the `sap-language` URL parameter. For more options via URL parameters, check out the documentation [here.](https://help.sap.com/doc/saphelp_nw75/7.5.5/de-DE/8b/46468c433b40c3b87b2e07f34dea1b/content.htm?no_cache=true)
60+
To set the logon language, use the `sap-language` URL parameter. For more options via URL parameters, check out the documentation [here](https://help.sap.com/doc/saphelp_nw75/7.5.5/de-DE/8b/46468c433b40c3b87b2e07f34dea1b/content.htm?no_cache=true).

0 commit comments

Comments
 (0)