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 <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-30 00:27:33 +01:00
parent 734f1fe515
commit 994ee22a6e
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ---
slug: /1216/ci-cd-for-go-project slug: /1219/go-docker-hub
displayed_sidebar: europa displayed_sidebar: europa
--- ---

View File

@ -125,7 +125,6 @@ module.exports = {
}, },
items: [ items: [
"use-cases/go-docker-swarm", "use-cases/go-docker-swarm",
"use-cases/go-on-docker-hub"
], ],
}, },
], ],