Skip to content

Commit be508e2

Browse files
committed
🤖 Update LLMs files [skip ci]
1 parent 9d5404d commit be508e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎docusaurus/static/llms-full.txt‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,10 +2117,6 @@ Syntax: `update(parameters: Params) => Promise
21172117

21182118
</ApiCall>
21192119

2120-
:::note
2121-
It's not recommended to update repeatable components with the Document Service API (see the related [breaking change entry](/cms/migration/v4-to-v5/breaking-changes/do-not-update-repeatable-components-with-document-service-api.md) for more details).
2122-
:::
2123-
21242120
<!-- ! not working -->
21252121
<!-- #### Update many document locales
21262122

@@ -5933,6 +5929,10 @@ The event is triggered when a [release](/cms/features/releases) is published.
59335929
- Use secure, HTTPS endpoints for receiving webhooks.
59345930
- Set up rate limiting to avoid being overwhelmed by multiple webhook requests.
59355931

5932+
:::tip
5933+
If you want to learn more about how to use webhooks with Next.js, please have a look at the [dedicated blog article](https://strapi.io/blog/how-to-create-an-ssg-static-site-generation-application-with-strapi-webhooks-and-nextjs).
5934+
:::
5935+
59365936

59375937

59385938
# Command Line Interface
@@ -8884,7 +8884,7 @@ You can click on the description of any breaking change in the following tables
88848884
| [Some attributes and content-types names are reserved by Strapi](/cms/migration/v4-to-v5/breaking-changes/attributes-and-content-types-names-reserved) | Yes | No |
88858885
| [Upload a file at entry creation is no longer possible](/cms/migration/v4-to-v5/breaking-changes/no-upload-at-entry-creation) | Yes | No |
88868886
| [Components and dynamic zones should be populated using the detailed population strategy](/cms/migration/v4-to-v5/breaking-changes/no-shared-population-strategy-components-dynamic-zones) | Yes | No |
8887-
| [Repeatable components can't be updated with the Document Service API](/cms/migration/v4-to-v5/breaking-changes/do-not-update-repeatable-components-with-document-service-api) | Yes | No |
8887+
| [Updating repeatable components with the Document Service API is not recommended](/cms/migration/v4-to-v5/breaking-changes/do-not-update-repeatable-components-with-document-service-api) | Yes | No |
88888888

88898889

88908890

0 commit comments

Comments
 (0)