Skip to content

Commit 1943c59

Browse files
committed
Remove trailing spaces + no truncation in MTX ToC
1 parent 0d2b34c commit 1943c59

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

get-started/get-help.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ uacp: This page is linked from the Help Portal at https://help.sap.com/products/
44
---
55

66

7-
# Getting Help
7+
# Getting Help
88
Support Channels & Troubleshooting FAQs {.subtitle}
99

1010
<div id="support-channels">
@@ -17,7 +17,7 @@ Support Channels & Troubleshooting FAQs {.subtitle}
1717

1818
</div>
1919

20-
> [!tip]
20+
> [!tip]
2121
> If you encounter issues, check the Troubleshooting FAQs below.
2222
> Do that first before posting questions to or creating issues in the other channels.
2323
@@ -270,7 +270,7 @@ If you find that the types are still incomplete, open a bug report in [the `@cap
270270

271271
### How to fix "`tar: Error is not recoverable: exiting now`"?
272272

273-
If you get the error `tar: Error is not recoverable: exiting now` (for example, when building MTX resources)
273+
If you get the error `tar: Error is not recoverable: exiting now` (for example, when building MTX resources)
274274
you can try installing the tar library for better compatibility with Windows systems.
275275

276276
Add it to your devDependencies like so:
@@ -649,7 +649,7 @@ If data loss is intended, you can disable the check by adding <Config>cds.requir
649649
:::
650650
651651
652-
### Potential problems on Windows
652+
### Potential problems on Windows
653653
654654
Please note that Git Bash on Windows, despite offering a Unix-like environment, may encounter interoperability issues with specific scripts or tools due to its hybrid nature between Windows and Unix systems. When using Windows, we recommend testing and verifying all functionalities in the native Windows Command Prompt (cmd.exe) or PowerShell for optimal interoperability. Otherwise, problems can occur when building the mtxs extension on Windows, locally, or in the cloud.
655655

guides/multitenancy/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Before deploying to the cloud, you can test-drive common SaaS operations with yo
283283
erin: # [!code focus]
284284
tenant: t2
285285
roles: [ admin, cds.ExtensionDeveloper ]
286-
```
286+
```
287287
:::
288288
289289
@@ -387,15 +387,15 @@ In a second terminal, start the main CAP application server:
387387
### 3. Subscribe Tenants
388388

389389
In the third terminal, subscribe and unsubscribe tenants as follows:
390-
390+
391391
::: code-group
392392
```sh [cds subscribe]
393-
cds subscribe t1 --to http://localhost:4005
394-
cds subscribe t2 --to http://localhost:4005
393+
cds subscribe t1 --to http://localhost:4005
394+
cds subscribe t2 --to http://localhost:4005
395395
```
396396
```sh [cds unsubscribe]
397-
cds unsubscribe t1 --from http://localhost:4005
398-
cds unsubscribe t2 --from http://localhost:4005
397+
cds unsubscribe t1 --from http://localhost:4005
398+
cds unsubscribe t2 --from http://localhost:4005
399399
```
400400
:::
401401

@@ -666,11 +666,11 @@ You should now see the route mapped to your application.
666666
667667
There are several ways to update the database schema of a multitenant application.
668668
669-
* For **CAP Java** applications, schema updates should be done as described in the respective [Java Guide](../../java/multitenancy#database-update)
669+
* For **CAP Java** applications, schema updates should be done as described in the respective [Java Guide](../../java/multitenancy#database-update).
670670
* For **CAP Node.js** applications, you can use either of:
671671
- the `cds-mtx upgrade` command from a terminal
672672
- the [MTX Sidecar API](mtxs#upgrade-tenants-→-jobs)
673-
- via a [CloudFoundry hook](https://help.sap.com/docs/btp/sap-business-technology-platform/module-hooks)
673+
- via a [CloudFoundry hook](https://help.sap.com/docs/btp/sap-business-technology-platform/module-hooks)
674674
- via a [CloudFoundry task](https://tutorials.cloudfoundry.org/cf4devs/advanced-concepts/tasks/)
675675
676676
as shown in the examples below.
@@ -714,7 +714,7 @@ Very large projects might need to increase resources or limit parallelism of ten
714714
:::
715715
716716
717-
### Test-Drive with Hybrid Setup
717+
### Test-Drive in Hybrid Setup
718718
719719
You can run the app locally while binding it to remote service instances created by a Cloud Foundry deployment.
720720
To do so, use `cds bind` to bind your SaaS app and the MTX sidecar to its required cloud services, like that:
@@ -913,7 +913,7 @@ private void unsubscribeFromService(UnsubscribeEventContext context) {
913913
[Learn more about that in the _Java Multitenancy Guide_ documentation](../../java/multitenancy#custom-logic){.learn-more}
914914
915915
916-
## Configuring the Java Service
916+
## Configuring the Java Service
917917
918918
In case of CAP Java projects, `cds add multitenancy` adds additional configuration similar to this:
919919

0 commit comments

Comments
 (0)