Skip to content

Commit

Permalink
Merge branch '3.0' into 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 19, 2023
2 parents 298a7be + 09511a1 commit 98e6c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/mercure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API Platform can automatically push the modified version of the resources expose

> *Mercure* is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. It is especially useful to publish real-time updates of resources served through web APIs, to reactive web and mobile apps.
>
> <https://mercure.rocks>
> [https://mercure.rocks](https://mercure.rocks)
API Platform detects changes made to your Doctrine entities, and sends the updated resources to the Mercure hub.
Then, the Mercure hub dispatches the updates to all connected clients using [Server-sent Events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events).
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ there is probably a problem with the system architecture.
`standard_init_linux.go:211: exec user process caused "exec format error`
Build the images with the same system architecture as the cluster runs.
Example: Building with Mac M1 with arm64 leads to problems. Most cluster will run with x86_64.
Solution: <https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac/>
Solution: [https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac](https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac)

## Updates

Expand Down
2 changes: 1 addition & 1 deletion deployment/traefik.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> An open-source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics and integrates with every major cluster technology.
>
> <https://traefik.io>
> [https://traefik.io](https://traefik.io)
## Basic Implementation

Expand Down

0 comments on commit 98e6c8f

Please sign in to comment.