Skip to content

Fix pagination #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2017
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
2 changes: 1 addition & 1 deletion admin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ You can also customize all screens by using Admin On Rest components and even ra
* Nicely display server-side errors (e.g. advanced validation)
* **100% customizable**

Previous chapter: [Using API Platform with Docker](../deployment/docker.md)
Previous chapter: [Deployment: Using API Platform with Docker](../deployment/docker.md)

Next chapter: [Getting Started](getting-started.md)
2 changes: 1 addition & 1 deletion core/angularjs-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ You can look at what we have done as another exemple [api-platform/admin](https:

Previous chapter: [NelmioApiDocBundle integration](nelmio-api-doc.md)

Next chapter: [Schema Generator: introduction](../schema-generator/index.md)
Next chapter: [Swagger Support](swagger.md)
3 changes: 3 additions & 0 deletions core/swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ final class SwaggerDecorator implements NormalizerInterface
}
```

Previous chapter: [AngularJS Integration](angularjs-integration.md)

Next chapter: [Schema Generator: Introduction](../schema-generator/index.md)
2 changes: 1 addition & 1 deletion schema-generator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ It opens the way to generic web API clients able to extract and process data fro
* [Getting Started](getting-started.md)
* [Configuration](configuration.md)

Previous chapter: [API Platform Core: AngularJS integration](../core/angularjs-integration.md)
Previous chapter: [API Platform Core: Swagger Support](../core/swagger.md)

Next chapter: [Getting Started](getting-started.md)