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:
parent
5267d72b1d
commit
1e0c5d5e7a
@ -58,7 +58,7 @@ dagger.#Plan & {
|
|||||||
// - stop container
|
// - stop container
|
||||||
}
|
}
|
||||||
|
|
||||||
push: docker.#Push {
|
push: docker.#Push & {
|
||||||
dest: inputs.params.image.ref
|
dest: inputs.params.image.ref
|
||||||
image: build.output
|
image: build.output
|
||||||
}
|
}
|
||||||
|
@ -95,19 +95,6 @@ module.exports = {
|
|||||||
"core-concepts/packages",
|
"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",
|
type: "category",
|
||||||
label: "DRAFTS",
|
label: "DRAFTS",
|
||||||
@ -115,6 +102,7 @@ module.exports = {
|
|||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
"learn/api",
|
"learn/api",
|
||||||
|
"use-cases/go-docker-swarm",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user