From b03d74a1646d6fb933f63a0fc10f3fc780b2b147 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 13 May 2020 11:41:23 +0200 Subject: [PATCH] Remove "product manuals landingpage" placeholder (#10798) This removes the placeholder in favor of a redirect to the first product manual in the section, so that `/manuals/` redirects users to a sensible location. Signed-off-by: Sebastiaan van Stijn --- engine/index.md | 1 + manuals/index.md | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 manuals/index.md diff --git a/engine/index.md b/engine/index.md index d63e4ebf14..e2d5c6f8ee 100644 --- a/engine/index.md +++ b/engine/index.md @@ -6,6 +6,7 @@ redirect_from: - /engine/ce-ee-node-activate/ - /linux/ - /edge/ +- /manuals/ # TODO remove this redirect after we've created a landing page for the product manuals section title: Docker Engine overview --- diff --git a/manuals/index.md b/manuals/index.md deleted file mode 100644 index 42df70f845..0000000000 --- a/manuals/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Product Manuals -description: Learn about Docker Engine - Community -keywords: Docker Engine - Community, Docker Community ---- - -Landing page for the Docker Community product manuals \ No newline at end of file