diff --git a/data/toc.yaml b/data/toc.yaml index 16364b9ec2..629088da84 100644 --- a/data/toc.yaml +++ b/data/toc.yaml @@ -840,6 +840,38 @@ Reference: title: docker volume update - title: Dockerfile reference path: /reference/dockerfile/ +- sectiontitle: Build checks + section: + - path: /reference/build-checks/ + title: Overview + - path: /reference/build-checks/stage-name-casing/ + title: StageNameCasing + - path: /reference/build-checks/from-as-casing/ + title: FromAsCasing + - path: /reference/build-checks/no-empty-continuations/ + title: NoEmptyContinuations + - path: /reference/build-checks/consistent-instruction-casing/ + title: ConsistentInstructionCasing + - path: /reference/build-checks/file-consistent-command-casing/ + title: FileConsistentCommandCasing + - path: /reference/build-checks/duplicate-stage-name/ + title: DuplicateStageName + - path: /reference/build-checks/reserved-stage-name/ + title: ReservedStageName + - path: /reference/build-checks/json-args-recommended/ + title: JSONArgsRecommended + - path: /reference/build-checks/maintainer-deprecated/ + title: MaintainerDeprecated + - path: /reference/build-checks/undefined-arg-in-from/ + title: UndefinedArgInFrom + - path: /reference/build-checks/workdir-relative-path/ + title: WorkdirRelativePath + - path: /reference/build-checks/undefined-var/ + title: UndefinedVar + - path: /reference/build-checks/multiple-instructions-disallowed/ + title: MultipleInstructionsDisallowed + - path: /reference/build-checks/legacy-key-value-format/ + title: LegacyKeyValueFormat - title: Daemon CLI (dockerd) path: /reference/cli/dockerd/ - sectiontitle: API reference diff --git a/hugo.yaml b/hugo.yaml index 9c97eca7ff..93a76db5a3 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -256,6 +256,9 @@ module: mounts: - source: frontend/dockerfile/docs/reference.md target: content/reference/dockerfile.md + - source: frontend/dockerfile/docs/rules + target: content/reference/build-checks + includeFiles: "*.md" - source: docs/buildkitd.toml.md target: content/build/buildkit/toml-configuration.md - source: docs/attestations/slsa-definitions.md