From 80a052afe0b172868be71f9d778490cfbd720074 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Mon, 21 Feb 2022 16:36:51 -0700 Subject: [PATCH] Remove old docs Signed-off-by: Joel Longtine --- docs/reference/alpine.md | 23 ------------ docs/reference/argocd.md | 71 ------------------------------------- docs/reference/bats.md | 19 ---------- docs/reference/git.md | 69 ----------------------------------- docs/reference/go.md | 57 ----------------------------- docs/reference/graphql.md | 19 ---------- docs/reference/http.md | 71 ------------------------------------- docs/reference/io.md | 71 ------------------------------------- docs/reference/netlify.md | 35 ------------------ docs/reference/os.md | 55 ---------------------------- docs/reference/random.md | 23 ------------ docs/reference/terraform.md | 23 ------------ docs/reference/trivy.md | 45 ----------------------- 13 files changed, 581 deletions(-) delete mode 100644 docs/reference/alpine.md delete mode 100644 docs/reference/argocd.md delete mode 100644 docs/reference/bats.md delete mode 100644 docs/reference/git.md delete mode 100644 docs/reference/go.md delete mode 100644 docs/reference/graphql.md delete mode 100644 docs/reference/http.md delete mode 100644 docs/reference/io.md delete mode 100644 docs/reference/netlify.md delete mode 100644 docs/reference/os.md delete mode 100644 docs/reference/random.md delete mode 100644 docs/reference/terraform.md delete mode 100644 docs/reference/trivy.md diff --git a/docs/reference/alpine.md b/docs/reference/alpine.md deleted file mode 100644 index 7c2e6df8..00000000 --- a/docs/reference/alpine.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -sidebar_label: alpine ---- - -# alpha.dagger.io/alpine - -Base package for Alpine Linux - -```cue -import "alpha.dagger.io/alpine" -``` - -## alpine.#Image - -Base image for Alpine Linux - -### alpine.#Image Inputs - -_No input._ - -### alpine.#Image Outputs - -_No output._ diff --git a/docs/reference/argocd.md b/docs/reference/argocd.md deleted file mode 100644 index 9b4e9c5f..00000000 --- a/docs/reference/argocd.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -sidebar_label: argocd ---- - -# alpha.dagger.io/argocd - -ArgoCD client operations - -```cue -import "alpha.dagger.io/argocd" -``` - -## argocd.#App - -Create an ArgoCD application - -### argocd.#App Inputs - -_No input._ - -### argocd.#App Outputs - -_No output._ - -## argocd.#CLI - -Re-usable CLI component - -### argocd.#CLI Inputs - -_No input._ - -### argocd.#CLI Outputs - -_No output._ - -## argocd.#Config - -ArgoCD configuration - -### argocd.#Config Inputs - -_No input._ - -### argocd.#Config Outputs - -_No output._ - -## argocd.#Status - -Get application's status - -### argocd.#Status Inputs - -_No input._ - -### argocd.#Status Outputs - -_No output._ - -## argocd.#Sync - -Sync an application to its target state - -### argocd.#Sync Inputs - -_No input._ - -### argocd.#Sync Outputs - -_No output._ diff --git a/docs/reference/bats.md b/docs/reference/bats.md deleted file mode 100644 index 15f48449..00000000 --- a/docs/reference/bats.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -sidebar_label: bats ---- - -# alpha.dagger.io/bats - -```cue -import "alpha.dagger.io/bats" -``` - -## bats.#Bats - -### bats.#Bats Inputs - -_No input._ - -### bats.#Bats Outputs - -_No output._ diff --git a/docs/reference/git.md b/docs/reference/git.md deleted file mode 100644 index 145e2bdb..00000000 --- a/docs/reference/git.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -sidebar_label: git ---- - -# alpha.dagger.io/git - -Git operations - -```cue -import "alpha.dagger.io/git" -``` - -## git.#Commit - -Commit & push to git repository - -### git.#Commit Inputs - -_No input._ - -### git.#Commit Outputs - -_No output._ - -## git.#CurrentBranch - -Get the name of the current checked out branch or tag - -### git.#CurrentBranch Inputs - -_No input._ - -### git.#CurrentBranch Outputs - -_No output._ - -## git.#Image - -### git.#Image Inputs - -_No input._ - -### git.#Image Outputs - -_No output._ - -## git.#Repository - -A git repository - -### git.#Repository Inputs - -_No input._ - -### git.#Repository Outputs - -_No output._ - -## git.#Tags - -List tags of a repository - -### git.#Tags Inputs - -_No input._ - -### git.#Tags Outputs - -_No output._ diff --git a/docs/reference/go.md b/docs/reference/go.md deleted file mode 100644 index 5a5edc02..00000000 --- a/docs/reference/go.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -sidebar_label: go ---- - -# alpha.dagger.io/go - -Go build operations - -```cue -import "alpha.dagger.io/go" -``` - -## go.#Build - -Go application builder - -### go.#Build Inputs - -_No input._ - -### go.#Build Outputs - -_No output._ - -## go.#Container - -A standalone go environment - -### go.#Container Inputs - -_No input._ - -### go.#Container Outputs - -_No output._ - -## go.#Go - -Re-usable component for the Go compiler - -### go.#Go Inputs - -_No input._ - -### go.#Go Outputs - -_No output._ - -## go.#Test - -### go.#Test Inputs - -_No input._ - -### go.#Test Outputs - -_No output._ diff --git a/docs/reference/graphql.md b/docs/reference/graphql.md deleted file mode 100644 index 671863d2..00000000 --- a/docs/reference/graphql.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -sidebar_label: graphql ---- - -# alpha.dagger.io/graphql - -```cue -import "alpha.dagger.io/graphql" -``` - -## graphql.#Query - -### graphql.#Query Inputs - -_No input._ - -### graphql.#Query Outputs - -_No output._ diff --git a/docs/reference/http.md b/docs/reference/http.md deleted file mode 100644 index b35d3276..00000000 --- a/docs/reference/http.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -sidebar_label: http ---- - -# alpha.dagger.io/http - -```cue -import "alpha.dagger.io/http" -``` - -## http.#Delete - -### http.#Delete Inputs - -_No input._ - -### http.#Delete Outputs - -_No output._ - -## http.#Do - -### http.#Do Inputs - -_No input._ - -### http.#Do Outputs - -_No output._ - -## http.#Get - -### http.#Get Inputs - -_No input._ - -### http.#Get Outputs - -_No output._ - -## http.#Post - -### http.#Post Inputs - -_No input._ - -### http.#Post Outputs - -_No output._ - -## http.#Put - -### http.#Put Inputs - -_No input._ - -### http.#Put Outputs - -_No output._ - -## http.#Wait - -URL listener Creates a dependency on URL - -### http.#Wait Inputs - -_No input._ - -### http.#Wait Outputs - -_No output._ diff --git a/docs/reference/io.md b/docs/reference/io.md deleted file mode 100644 index 84bf2422..00000000 --- a/docs/reference/io.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -sidebar_label: io ---- - -# alpha.dagger.io/io - -IO operations - -```cue -import "alpha.dagger.io/io" -``` - -## io.#Dir - -Standard interface for directory operations in cue - -### io.#Dir Inputs - -_No input._ - -### io.#Dir Outputs - -_No output._ - -## io.#File - -Standard interface for file operations in cue - -### io.#File Inputs - -_No input._ - -### io.#File Outputs - -_No output._ - -## io.#ReadWriter - -Standard ReadWriter interface - -### io.#ReadWriter Inputs - -_No input._ - -### io.#ReadWriter Outputs - -_No output._ - -## io.#Reader - -Standard Reader interface - -### io.#Reader Inputs - -_No input._ - -### io.#Reader Outputs - -_No output._ - -## io.#Writer - -Standard Writer interface - -### io.#Writer Inputs - -_No input._ - -### io.#Writer Outputs - -_No output._ diff --git a/docs/reference/netlify.md b/docs/reference/netlify.md deleted file mode 100644 index c427da73..00000000 --- a/docs/reference/netlify.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -sidebar_label: netlify ---- - -# alpha.dagger.io/netlify - -Netlify client operations - -```cue -import "alpha.dagger.io/netlify" -``` - -## netlify.#Account - -Netlify account credentials - -### netlify.#Account Inputs - -_No input._ - -### netlify.#Account Outputs - -_No output._ - -## netlify.#Site - -Netlify site - -### netlify.#Site Inputs - -_No input._ - -### netlify.#Site Outputs - -_No output._ diff --git a/docs/reference/os.md b/docs/reference/os.md deleted file mode 100644 index 9a37823b..00000000 --- a/docs/reference/os.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -sidebar_label: os ---- - -# alpha.dagger.io/os - -OS operations - -```cue -import "alpha.dagger.io/os" -``` - -## os.#Container - -Built-in container implementation, using buildkit - -### os.#Container Inputs - -_No input._ - -### os.#Container Outputs - -_No output._ - -## os.#Dir - -### os.#Dir Inputs - -_No input._ - -### os.#Dir Outputs - -_No output._ - -## os.#File - -Built-in file implementation, using buildkit A single file - -### os.#File Inputs - -_No input._ - -### os.#File Outputs - -_No output._ - -## os.#ReadDir - -### os.#ReadDir Inputs - -_No input._ - -### os.#ReadDir Outputs - -_No output._ diff --git a/docs/reference/random.md b/docs/reference/random.md deleted file mode 100644 index c994cea9..00000000 --- a/docs/reference/random.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -sidebar_label: random ---- - -# alpha.dagger.io/random - -Random generation utilities - -```cue -import "alpha.dagger.io/random" -``` - -## random.#String - -Generate a random string - -### random.#String Inputs - -_No input._ - -### random.#String Outputs - -_No output._ diff --git a/docs/reference/terraform.md b/docs/reference/terraform.md deleted file mode 100644 index 9c582ffb..00000000 --- a/docs/reference/terraform.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -sidebar_label: terraform ---- - -# alpha.dagger.io/terraform - -Terraform operations - -```cue -import "alpha.dagger.io/terraform" -``` - -## terraform.#Configuration - -Terraform configuration - -### terraform.#Configuration Inputs - -_No input._ - -### terraform.#Configuration Outputs - -_No output._ diff --git a/docs/reference/trivy.md b/docs/reference/trivy.md deleted file mode 100644 index 0d1158f1..00000000 --- a/docs/reference/trivy.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -sidebar_label: trivy ---- - -# alpha.dagger.io/trivy - -```cue -import "alpha.dagger.io/trivy" -``` - -## trivy.#CLI - -Re-usable CLI component - -### trivy.#CLI Inputs - -_No input._ - -### trivy.#CLI Outputs - -_No output._ - -## trivy.#Config - -Trivy Configuration - -### trivy.#Config Inputs - -_No input._ - -### trivy.#Config Outputs - -_No output._ - -## trivy.#Image - -Scan an Image - -### trivy.#Image Inputs - -_No input._ - -### trivy.#Image Outputs - -_No output._