diff --git a/docs/drafts/1216-docker-cli-load.md b/docs/guides/1216-docker-cli-load.md similarity index 78% rename from docs/drafts/1216-docker-cli-load.md rename to docs/guides/1216-docker-cli-load.md index 63375c70..1af3cd05 100644 --- a/docs/drafts/1216-docker-cli-load.md +++ b/docs/guides/1216-docker-cli-load.md @@ -11,10 +11,10 @@ It can be useful to debug or test a build locally before pushing. ## Local daemon -```cue file=./plans/docker-cli-load/local.cue +```cue file=../plans/docker-cli-load/local.cue ``` ## Remote daemon, via SSH -```cue file=./plans/docker-cli-load/ssh.cue +```cue file=../plans/docker-cli-load/ssh.cue ``` diff --git a/docs/drafts/1217-docker-cli-run.md b/docs/guides/1217-docker-cli-run.md similarity index 72% rename from docs/drafts/1217-docker-cli-run.md rename to docs/guides/1217-docker-cli-run.md index 0def1c47..c5287648 100644 --- a/docs/drafts/1217-docker-cli-run.md +++ b/docs/guides/1217-docker-cli-run.md @@ -9,15 +9,15 @@ There's a `universe.dagger.io/docker/cli` package that allows you to run docker ## Local daemon -```cue file=./plans/docker-cli-run/local.cue +```cue file=../plans/docker-cli-run/local.cue ``` ## Remote daemon, via SSH -```cue file=./plans/docker-cli-run/ssh.cue +```cue file=../plans/docker-cli-run/ssh.cue ``` ## Remote daemon, via HTTPS -```cue file=./plans/docker-cli-run/tcp.cue +```cue file=../plans/docker-cli-run/tcp.cue ``` diff --git a/docs/drafts/plans/docker-cli-load/local.cue b/docs/plans/docker-cli-load/local.cue similarity index 100% rename from docs/drafts/plans/docker-cli-load/local.cue rename to docs/plans/docker-cli-load/local.cue diff --git a/docs/drafts/plans/docker-cli-load/ssh.cue b/docs/plans/docker-cli-load/ssh.cue similarity index 100% rename from docs/drafts/plans/docker-cli-load/ssh.cue rename to docs/plans/docker-cli-load/ssh.cue diff --git a/docs/drafts/plans/docker-cli-run/local.cue b/docs/plans/docker-cli-run/local.cue similarity index 100% rename from docs/drafts/plans/docker-cli-run/local.cue rename to docs/plans/docker-cli-run/local.cue diff --git a/docs/drafts/plans/docker-cli-run/ssh.cue b/docs/plans/docker-cli-run/ssh.cue similarity index 100% rename from docs/drafts/plans/docker-cli-run/ssh.cue rename to docs/plans/docker-cli-run/ssh.cue diff --git a/docs/drafts/plans/docker-cli-run/tcp.cue b/docs/plans/docker-cli-run/tcp.cue similarity index 100% rename from docs/drafts/plans/docker-cli-run/tcp.cue rename to docs/plans/docker-cli-run/tcp.cue diff --git a/website/sidebars.js b/website/sidebars.js index 45534ca0..26f74df5 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -107,7 +107,7 @@ module.exports = { label: "Guides", collapsible: false, collapsed: false, - items: ["guides/container-images", "guides/cli-telemetry"], + items: ["guides/container-images", "guides/cli-telemetry", "guides/docker-cli-load", "guides/docker-cli-run"], }, { type: "category",