Skip to content

Commit 1e0c5d5

Browse files
committed
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 <[email protected]>
1 parent 5267d72 commit 1e0c5d5

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

docs/use-cases/1211-go-docker-swarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dagger.#Plan & {
5858
// - stop container
5959
}
6060
61-
push: docker.#Push {
61+
push: docker.#Push & {
6262
dest: inputs.params.image.ref
6363
image: build.output
6464
}

website/sidebars.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,26 +95,14 @@ module.exports = {
9595
"core-concepts/packages",
9696
],
9797
},
98-
{
99-
type: "category",
100-
label: "Use Cases",
101-
collapsible: false,
102-
collapsed: false,
103-
items: [
104-
"use-cases/phoenix-kubernetes",
105-
"use-cases/docusaurus-netlify",
106-
"use-cases/go-goreleaser",
107-
"use-cases/go-docker-swarm",
108-
"use-cases/svelte-vercel",
109-
],
110-
},
11198
{
11299
type: "category",
113100
label: "DRAFTS",
114101
collapsible: true,
115102
collapsed: true,
116103
items: [
117104
"learn/api",
105+
"use-cases/go-docker-swarm",
118106
],
119107
},
120108
{

0 commit comments

Comments
 (0)