Skip to content

Commit 84a5d13

Browse files
committed
Disable link checker for working links
1 parent 80f1062 commit 84a5d13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

from-zero-to-cap-on-kyma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The sample uses [Helm charts](https://helm.sh/) to define the required configura
161161
- [bookshop/chart/Chart.yaml](bookshop/chart/Chart.yaml) contains the details about the chart and all its dependencies.<!-- markdown-link-check-disable-line -->
162162
- [bookshop/chart/values.yaml](bookshop/chart/values.yaml) <!-- markdown-link-check-disable-line --> contains all the details to configure the chart deployment. You will notice that it has sections for `hana deployer`, `cap application` as well as required `service instances` and `service bindings.`
163163

164-
2. Add Istio Destination Rule for the Application Router. Please check the [Approuter documentation](https://www.npmjs.com/package/@sap/approuter) for details about the `PLATFORM_COOKIE_NAME` configuration.
164+
2. Add Istio Destination Rule for the Application Router. Please check the [Approuter documentation](https://www.npmjs.com/package/@sap/approuter) for details about the `PLATFORM_COOKIE_NAME` configuration. <!-- markdown-link-check-disable-line -->
165165

166166
```shell
167167
make add-istio-destination-rule

from-zero-to-cap-on-kyma/the-detailed-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The sample uses [Helm charts](https://helm.sh/) to define the required configura
194194
- [bookshop/chart/Chart.yaml](bookshop/chart/Chart.yaml) contains the details about the chart and all its dependencies.<!-- markdown-link-check-disable-line -->
195195
- [bookshop/chart/values.yaml](bookshop/chart/values.yaml) <!-- markdown-link-check-disable-line --> contains all the details to configure the chart deployment. You will notice that it has sections for `hana deployer`, `cap application` as well as required `service instances` and `service bindings.`
196196

197-
2. Add Istio Destination Rule for the Application Router. Please check the [Approuter documentation](https://www.npmjs.com/package/@sap/approuter) for details about the `PLATFORM_COOKIE_NAME` configuration.
197+
2. Add Istio Destination Rule for the Application Router. Please check the [Approuter documentation](https://www.npmjs.com/package/@sap/approuter) for details about the `PLATFORM_COOKIE_NAME` configuration. <!-- markdown-link-check-disable-line -->
198198

199199
```shell
200200
make add-istio-destination-rule

prerequisites/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ The choice of Java is of course up to you, however we love to see you use [SAP M
7777
|[Go](https://golang.org/doc/install) | The Go language
7878

7979
## SAP CAP
80-
80+
<!-- markdown-link-check-disable -->
8181
|Tool|Description
8282
|-|-
8383
|[NPM CAP Package](https://www.npmjs.com/package/@sap/cds-dk) | Install the CAP package via `npm i -g @sap/cds-dk`
8484
| [Containerize Build Tool](https://www.npmjs.com/package/ctz) | Build tool to containerize cloud applications.
85-
85+
<!-- markdown-link-check-enable -->
8686
## SAP UI5
8787

8888
|Tool|Description

0 commit comments

Comments
 (0)