mirror of https://github.com/docker/docs.git
Merge pull request #16069 from dvdksn/add-exporter-docs
build: add stubs and toc for exporters
This commit is contained in:
commit
01028d58ce
|
@ -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"
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Image and registry exporters"
|
||||
keywords: >
|
||||
build, buildx, buildkit, exporter, image, registry
|
||||
fetch_remote:
|
||||
line_start: 2
|
||||
line_end: -1
|
||||
---
|
|
@ -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
|
||||
---
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Local and tar exporters"
|
||||
keywords: >
|
||||
build, buildx, buildkit, exporter, local, tar
|
||||
fetch_remote:
|
||||
line_start: 2
|
||||
line_end: -1
|
||||
---
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "OCI and Docker exporters"
|
||||
keywords: >
|
||||
build, buildx, buildkit, exporter, oci, docker
|
||||
fetch_remote:
|
||||
line_start: 2
|
||||
line_end: -1
|
||||
---
|
Loading…
Reference in New Issue