From 4659d0a5eec9560438b1c4e0a19a0ef127108304 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 2 Mar 2023 10:10:43 +0100 Subject: [PATCH] Documentation --- docs/getting-started.md | 13 ------------- 1 file changed, 13 deletions(-) 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