Skip to content

Commit c2e53bb

Browse files
fixes on documentation build
1 parent a2e5ede commit c2e53bb

5 files changed

Lines changed: 3595 additions & 2487 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.x
27+
node-version: 22.x
2828

2929
# Restore dependencies
3030
- name: Restore dependencies for lib

.github/workflows/ngrx-hateoas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 20.x
18+
node-version: 22.x
1919

2020
# Restore dependencies
2121
- name: Restore dependencies

doc/docs/guide/01-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ To send changed state back to the server you can use the `withHypermediaAction`
267267
The `_actions` key holds the metadata for the actions available for this object. In this case there is an action called `update` which uses the HTTP verb `PUT` to send the updated connection object back to the server to the specified URL in the `href` property.
268268

269269
:::info
270-
If your metadata has different names or a different structure you can customize this via the `HateoasConfig` when you provide the **ngrx-hateoas** services in your application. For this have a look into the [Metadata Provider](./configuration/01-metadata-provider.md) section.
270+
If your metadata has different names or a different structure you can customize this via the `HateoasConfig` when you provide the **ngrx-hateoas** services in your application. For this have a look into the [Metadata Provider](./03-configuration/01-metadata-provider.md) section.
271271
:::
272272

273273
The following code snippet shows how to set up the store with an action that sends back the changed connection object to the server using the metadata provided in the resource:

0 commit comments

Comments
 (0)