Merge pull request #16069 from dvdksn/add-exporter-docs

build: add stubs and toc for exporters
This commit is contained in:
David Karlsson 2022-11-04 15:01:33 +01:00 committed by GitHub
commit 01028d58ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 46 additions and 0 deletions

View File

@ -198,6 +198,9 @@ fetch-remote:
- dest: "build/building/cache/backends"
src:
- "docs/guides/cache/**"
- dest: "build/building/exporters"
src:
- "docs/guides/exporters/**"
- repo: "https://github.com/distribution/distribution"
default_branch: "main"

View File

@ -1539,6 +1539,16 @@ manuals:
title: Azure Blob Storage
- path: /build/building/cache/backends/s3/
title: Amazon S3
- sectiontitle: Exporters
section:
- path: /build/building/exporters
title: Overview
- path: /build/building/image-registry/
title: Image and registry exporters
- path: /build/building/local-tar/
title: Local and tar exporters
- path: /build/building/oci-docker/
title: OCI and Docker exporters
- path: /build/building/multi-stage/
title: Multi-stage builds
- path: /build/building/multi-platform/

View File

@ -0,0 +1,8 @@
---
title: "Image and registry exporters"
keywords: >
build, buildx, buildkit, exporter, image, registry
fetch_remote:
line_start: 2
line_end: -1
---

View File

@ -0,0 +1,9 @@
---
title: "Exporters overview"
keywords: >
build, buildx, buildkit, exporter, image, registry, local, tar, oci, docker,
cacheonly
fetch_remote:
line_start: 2
line_end: -1
---

View File

@ -0,0 +1,8 @@
---
title: "Local and tar exporters"
keywords: >
build, buildx, buildkit, exporter, local, tar
fetch_remote:
line_start: 2
line_end: -1
---

View File

@ -0,0 +1,8 @@
---
title: "OCI and Docker exporters"
keywords: >
build, buildx, buildkit, exporter, oci, docker
fetch_remote:
line_start: 2
line_end: -1
---