Temporarily remove Use Cases from the Europa docs sidebar

The current plan is to add them post 0.2.0 shipping, for now the focus
is on Getting Started & Core Concepts.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-04 18:58:17 +00:00
parent 5267d72b1d
commit 1e0c5d5e7a
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6
2 changed files with 2 additions and 14 deletions

View File

@ -58,7 +58,7 @@ dagger.#Plan & {
// - stop container
}
push: docker.#Push {
push: docker.#Push & {
dest: inputs.params.image.ref
image: build.output
}

View File

@ -95,19 +95,6 @@ module.exports = {
"core-concepts/packages",
],
},
{
type: "category",
label: "Use Cases",
collapsible: false,
collapsed: false,
items: [
"use-cases/phoenix-kubernetes",
"use-cases/docusaurus-netlify",
"use-cases/go-goreleaser",
"use-cases/go-docker-swarm",
"use-cases/svelte-vercel",
],
},
{
type: "category",
label: "DRAFTS",
@ -115,6 +102,7 @@ module.exports = {
collapsed: true,
items: [
"learn/api",
"use-cases/go-docker-swarm",
],
},
{