diff --git a/docs/getting-started.md b/docs/getting-started.md index 23c49c5b2..34a49fcdb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -132,19 +132,6 @@ The following plugins are bundled with the Docker image: The new image can be used exactly like the official image. -!!! info ":material-apple: Apple Silicon (M1) and :fontawesome-brands-raspberry-pi: Raspberry Pi" - - The official Docker image is only available for `linux/amd64`. We recommend - the [third-party image] by @afritzler if you want to run Material for MkDocs - via Docker on `arm64` or `armv7`, as it is automatically built on every - release: - - ``` - docker pull ghcr.io/afritzler/mkdocs-material - ``` - - [third-party image]: https://github.com/afritzler/mkdocs-material - ### with git Material for MkDocs can be directly used from [GitHub] by cloning the