From 994ee22a6e7ff850615f5d5ae30e1d174a071c14 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Wed, 30 Mar 2022 00:27:33 +0100 Subject: [PATCH] Fix Go on DockerHub id & filename + remove from sidebar ID 1216 was clashing with docker-cli-load doc. The filename follows the convention of the other use cases. Remove from docs sidebar until we do the quick fixes. Signed-off-by: Gerhard Lazu --- .../{1216-go-on-docker-hub.md => 1219-go-docker-hub.md} | 2 +- website/sidebars.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename docs/use-cases/{1216-go-on-docker-hub.md => 1219-go-docker-hub.md} (98%) diff --git a/docs/use-cases/1216-go-on-docker-hub.md b/docs/use-cases/1219-go-docker-hub.md similarity index 98% rename from docs/use-cases/1216-go-on-docker-hub.md rename to docs/use-cases/1219-go-docker-hub.md index 44590cd2..395c4ac0 100644 --- a/docs/use-cases/1216-go-on-docker-hub.md +++ b/docs/use-cases/1219-go-docker-hub.md @@ -1,5 +1,5 @@ --- -slug: /1216/ci-cd-for-go-project +slug: /1219/go-docker-hub displayed_sidebar: europa --- diff --git a/website/sidebars.js b/website/sidebars.js index 5cd30a57..752d92be 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -125,7 +125,6 @@ module.exports = { }, items: [ "use-cases/go-docker-swarm", - "use-cases/go-on-docker-hub" ], }, ],