You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/pagination.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform/pagination?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="Pagination screencast"><br>Watch the Pagination screencast</a></p>
4
4
5
-
API Platform Core has native support for paged collections. Pagination is enabled by default for all collections. Each collections
5
+
API Platform Core has native support for paged collections. Pagination is enabled by default for all collections. Each collection
6
6
contains 30 items per page.
7
7
The activation of the pagination and the number of elements per page can be configured from:
Copy file name to clipboardExpand all lines: core/subresources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ The `subresourceOperations` attribute also allows you to add an access control o
240
240
### Limiting Depth
241
241
242
242
You can control depth of subresources with the parameter `maxDepth`. For example, if the `Answer` entity also has a subresource
243
-
such as `comments`and you don't want the route `api/questions/{id}/answers/{id}/comments` to be generated. You can do this by adding the parameter maxDepth in the ApiSubresource annotation or YAML/XML file configuration.
243
+
such as `comments`and you don't want the route `api/questions/{id}/answers/{id}/comments` to be generated. You can do this by adding the parameter maxDepth in the ApiSubresource annotation or YAML/XML file configuration.
Copy file name to clipboardExpand all lines: deployment/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Deploying API Platform Applications
2
2
3
-
API Platform apps are super easy to deploy in production thanks to the [Docker Compose definetion](docker-compose.md) and to the [Kubernetes chart](kubernetes.md) we provide.
3
+
API Platform apps are super easy to deploy in production thanks to the [Docker Compose definition](docker-compose.md) and to the [Kubernetes chart](kubernetes.md) we provide.
4
4
5
5
We strongly recommend using Kubernetes or Docker Compose to deploy your apps.
6
6
@@ -12,7 +12,7 @@ while the Progressive Web Application is a standard Next.js project:
12
12
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/ansistrano?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="JWT screencast"><br>Watch the Animated Deployment with Ansistrano screencast</a></p>
13
13
14
14
*[Deploying the Symfony application](https://symfony.com/doc/current/deployment.html)
15
-
*[Deployin the Next.js application](https://nextjs.org/docs/deployment)
15
+
*[Deploying the Next.js application](https://nextjs.org/docs/deployment)
16
16
17
17
Alternatively, you may want to deploy API Platform on a PaaS (Platform as a Service):
0 commit comments