Skip to content

Commit 554cdc7

Browse files
authored
Merge branch 'main' into mofterdinger-patch-2
2 parents a5dcab5 + 6868883 commit 554cdc7

5 files changed

Lines changed: 9 additions & 12 deletions

File tree

.vitepress/rewrites.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export class Rewrites {
1818
for (let line of md.split('\n')) {
1919
let [,from,to] = /^[^[]*\[(.*)\]\((.*)\)/.exec(line) || []
2020
if (!from || !to) continue
21-
if (from.at(-1) === '/') from = from.slice(0,-1)
2221
entries[from] = to
2322
}
2423
} catch {/* ignored */}

get-started/get-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To start VS Code via the `code` CLI, users on macOS must first run a command (*S
3434

3535
### Check the Node.js version { #node-version}
3636

37-
Run the latest LTS version of Node.js (even numbers: 20, 22, 24). Avoid odd versions, as some modules with native parts may not install. Check version with:
37+
Run the latest LTS version of Node.js (even numbers: 22, 24). Avoid odd versions, as some modules with native parts may not install. Check version with:
3838

3939
```sh
4040
node -v
@@ -335,7 +335,7 @@ To fix this, either switch the Node.js version using a Node version manager, or
335335
```xml
336336
<properties>
337337
<!-- ... -->
338-
<cds.install-node.nodeVersion>v20.11.0</cds.install-node.nodeVersion>
338+
<cds.install-node.nodeVersion>v24.14.1</cds.install-node.nodeVersion>
339339
<!-- ... -->
340340
</properties>
341341

guides/integration/reuse-and-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ You can cmd/ctrl-click or double click on that to see the file's content, and fi
594594
595595
Whenever you start a CAP server with `cds watch`, this is what happens automatically:
596596
597-
1. For all *provided* services, corresponding entries are written to _~/cds-services.json_ with respective `credentials`, namely the `url`.
597+
1. For all *provided* services, corresponding entries are written to _~/.cds-services.json_ with respective `credentials`, namely the `url`.
598598
599-
2. For all *required* services, corresponding entries are fetched from _~/cds-services.json_. If found, the `credentials` are filled into the respective entry in `cds.env.requires.<service>` [as introduced previously](#bindings-via-cds-env).
599+
2. For all *required* services, corresponding entries are fetched from _~/.cds-services.json_. If found, the `credentials` are filled into the respective entry in `cds.env.requires.<service>` [as introduced previously](#bindings-via-cds-env).
600600
601601
In effect, all the services that you start locally in separate processes automatically receive their required bindings so they can talk to each other out of the box.
602602

node.js/_menu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@
6363
# [TypeScript](typescript)
6464
# [Best Practices](best-practices)
6565
# [Integrate with UCL](../../node.js/ucl) <!-- INTERNAL -->
66-
# [Upgrading @sap/cds](../../node.js/upgrading)

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)