stdlib: move all imports to alpha.dagger.io

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-06-23 14:31:42 +00:00
parent aa6335246b
commit d7a805f42b
168 changed files with 412 additions and 312 deletions

View File

@@ -2,12 +2,12 @@
sidebar_label: dagger
---
# dagger.io/dagger
# alpha.dagger.io/dagger
Dagger core types
```cue
import "dagger.io/dagger"
import "alpha.dagger.io/dagger"
```
## dagger.#Secret

View File

@@ -2,12 +2,12 @@
sidebar_label: op
---
# dagger.io/dagger/op
# alpha.dagger.io/dagger/op
op: low-level operations for Dagger processing pipelines
```cue
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
```
## op.#Copy