Remove YAML docs from the repo

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-09-09 10:29:08 +02:00
parent ac9a1612d2
commit e59aecf034
23 changed files with 77 additions and 2539 deletions

View File

@@ -7,6 +7,9 @@ variable "BIN_OUT" {
variable "RELEASE_OUT" {
default = "./release-out"
}
variable "DOCS_FORMATS" {
default = "md"
}
// Special target: https://github.com/docker/metadata-action#bake-definition
target "meta-helper" {
@@ -43,6 +46,9 @@ target "validate-vendor" {
target "validate-docs" {
inherits = ["_common"]
args = {
FORMATS = DOCS_FORMATS
}
dockerfile = "./hack/dockerfiles/docs.Dockerfile"
target = "validate"
output = ["type=cacheonly"]
@@ -64,6 +70,9 @@ target "update-vendor" {
target "update-docs" {
inherits = ["_common"]
args = {
FORMATS = DOCS_FORMATS
}
dockerfile = "./hack/dockerfiles/docs.Dockerfile"
target = "update"
output = ["./docs/reference"]