From 9ddb934f04f67016359a4532459c73d2e0150f8b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 24 Apr 2021 11:30:38 +0200 Subject: [PATCH] Fix samples redirect, and remove old sshd from TOC - The /samples/wordpress/ location collided with an old redirect to the official images, so removed the redirect - Removed the sshd example from the table and TOC, as the example was removed, and now pointing to an alternative examples. The page is kept for people that may have bookmarked it, but no need to include it in the navigation. Signed-off-by: Sebastiaan van Stijn --- _data/toc.yaml | 2 -- _samples/library/wordpress.md | 2 -- samples/index.md | 1 - 3 files changed, 5 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 8e671122bb..04b19fa06d 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1158,8 +1158,6 @@ samples: title: Rails and PostgreSQL - path: /samples/running_riak_service/ title: Riak - - path: /samples/running_ssh_service/ - title: SSHd - path: /samples/#library-references title: Library references diff --git a/_samples/library/wordpress.md b/_samples/library/wordpress.md index fb8588dab3..bbd961fb59 100644 --- a/_samples/library/wordpress.md +++ b/_samples/library/wordpress.md @@ -1,5 +1,3 @@ --- redirect_to: https://hub.docker.com/_/wordpress/ -redirect_from: -- /samples/wordpress/ --- diff --git a/samples/index.md b/samples/index.md index b4fbee9a8b..08b00927a2 100644 --- a/samples/index.md +++ b/samples/index.md @@ -42,7 +42,6 @@ Run popular software using Docker. | [PostgreSQL](postgresql_service.md) | Run a Dockerized PostgreSQL instance. | | [Rails + PostgreSQL](rails.md) | Run a Dockerized Rails + PostgreSQL environment. | | [Riak](running_riak_service.md) | Run a Dockerized Riak instance. | -| [SSHd](running_ssh_service.md) | Run a Dockerized SSHd instance. | | [WordPress](wordpress.md) | Quickstart: Compose and WordPress. | ## Samples and documentation for official Docker images {#library-references}