Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vitepress/theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ main {
border-width: 0 0 0 7px;
border-radius: 14px;

.learn-more {
margin-top: 10px;
margin-bottom: -5px;
}

&.note {
background-color: #f6f6f6;
border-color: #bbb;
Expand Down
2 changes: 1 addition & 1 deletion get-started/in-a-nutshell.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Create CSV files that already include some sample data:
```sh
cds add data --records 10
```
[Find the full set of options here.](../tools/cds-cli.md#data){.learn-more}
[Find the full set of options in the CLI reference.](../tools/cds-cli.md#data){.learn-more}
:::

<span class="impl node">
Expand Down
4 changes: 2 additions & 2 deletions guides/deployment/to-cf.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ While `cds build` is already ran as part of `mbt build` in `cds up`, you can als
cds build --production
```

[Learn more about running and customizing `cds build`.](custom-builds){.learn-more style="margin-top: 10px"}
[Learn more about running and customizing `cds build`.](custom-builds){.learn-more}

:::

[Got errors? See the troubleshooting guide.](../../get-started/troubleshooting#mta){.learn-more style="margin-top: 10px"}
[Got errors? See the troubleshooting guide.](../../get-started/troubleshooting#mta){.learn-more}
[Learn how to reduce the MTA archive size **during development**.](../../get-started/troubleshooting#reduce-mta-size){.learn-more}

This process can take some minutes and finally logs an output like this:
Expand Down
2 changes: 1 addition & 1 deletion guides/multitenancy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ modules:
TENANT_HOST_PATTERN: ^(.*)-${default-uri}
```

[Learn more about _Defining MTA Extension Descriptors_](https://help.sap.com/docs/btp/sap-business-technology-platform/defining-mta-extension-descriptors?q=The%20MTA%20Deployment%20Extension%20Descriptor){.learn-more style="margin-top: 10px;"}
[Learn more about _Defining MTA Extension Descriptors_](https://help.sap.com/docs/btp/sap-business-technology-platform/defining-mta-extension-descriptors?q=The%20MTA%20Deployment%20Extension%20Descriptor){.learn-more}


:::
Expand Down
Loading