Skip to content
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 core/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API Platform embraces and extends the Symfony Serializer Component to transform

The main serialization process has two stages:

![Serializer workflow](/docs/core/images/SerializerWorkflow.png)
![Serializer workflow](../core/images/SerializerWorkflow.png)

> As you can see in the picture above, an array is used as a man-in-the-middle. This way, Encoders will only deal with turning specific formats into arrays and vice versa. The same way, Normalizers will deal with turning specific objects into arrays and vice versa.
> -- [The Symfony documentation](https://symfony.com/doc/current/components/serializer.html)
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ your-domain-name.example.com. IN A 207.154.233.113

Example with the DigitalOcean Domains service ("Networking" > "Domains"):

![Configuring DNS on DigitalOcean](digitalocean-dns.png)
![Configuring DNS on DigitalOcean](../deployment/images/digitalocean-dns.png)

> [!NOTE]
> Let's Encrypt, the service used by default by API Platform to automatically generate a TLS certificate, doesn't support using bare IP addresses.
Expand Down