From b952763986706152d4e7b2f4faa157389cb7ce6a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 26 Oct 2020 14:46:45 +0100 Subject: [PATCH] engine: add platform headings to TOC This allows deep-linking to specific sections. Also fixed the checks in the support table to be left-aligned as they were supposed to be. Signed-off-by: Sebastiaan van Stijn --- engine/install/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/engine/install/index.md b/engine/install/index.md index 8ff5dee203..7b8c72cb46 100644 --- a/engine/install/index.md +++ b/engine/install/index.md @@ -14,7 +14,6 @@ redirect_from: - /engine/installation/linux/docker-ee/ - /engine/installation/ - /en/latest/installation/ -toc_max: 2 --- @@ -25,16 +24,16 @@ Docker Engine is available on a variety of [Linux platforms](#server), through Docker Desktop, and as a [static binary installation](binaries.md). Find your preferred operating system below. -#### Desktop +### Desktop -{% assign yes = '![yes](/images/green-check.svg){: style="height: 14px; margin: 0 auto"}' %} +{% assign yes = '![yes](/images/green-check.svg){: .inline style="height: 14px; margin: 0 auto"}' %} | Platform | x86_64 / amd64 | |:------------------------------------------------------------------|:------------------------------------------------:| | [Docker Desktop for Mac (macOS)](../../docker-for-mac/install.md) | [{{ yes }}](../../docker-for-mac/install.md) | | [Docker Desktop for Windows](../../docker-for-windows/install.md) | [{{ yes }}](../../docker-for-windows/install.md) | -#### Server +### Server Docker provides `.deb` and `.rpm` packages from the following Linux distributions and architectures: @@ -47,7 +46,7 @@ and architectures: | [Raspbian](debian.md) | | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | | [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | -##### Other Linux distributions +### Other Linux distributions > **Note** >