Docs: move draft articles to "guides"

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2022-04-07 23:44:47 +00:00
parent f33133ffd9
commit bddb9b6543
8 changed files with 6 additions and 6 deletions

View File

@ -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
```

View File

@ -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
```

View File

@ -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",