mirror of https://github.com/docker/docs.git
Merge pull request #16835 from ChrisChinchilla/ChrisChinchilla-patch-1
Change branch for API docs
This commit is contained in:
commit
271fe6df6d
10
_config.yml
10
_config.yml
|
|
@ -153,8 +153,7 @@ defaults:
|
||||||
fetch-remote:
|
fetch-remote:
|
||||||
- repo: "https://github.com/docker/cli"
|
- repo: "https://github.com/docker/cli"
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
# FIXME(thaJeztah): change to 23.0 release branch, once created.
|
ref: "23.0"
|
||||||
ref: "master"
|
|
||||||
paths:
|
paths:
|
||||||
- dest: "engine/extend"
|
- dest: "engine/extend"
|
||||||
src:
|
src:
|
||||||
|
|
@ -172,12 +171,7 @@ fetch-remote:
|
||||||
|
|
||||||
- repo: "https://github.com/docker/docker"
|
- repo: "https://github.com/docker/docker"
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
# The default branch has separate files for each API version, so we can
|
ref: "23.0"
|
||||||
# consume the swagger files from that branch (we only publish the ones
|
|
||||||
# that have been released through the stubs in the engine/api/ directory).
|
|
||||||
# Using the default (master) branch allows for API docs changes to be
|
|
||||||
# published without them being cherry-picked into the release branch.
|
|
||||||
ref: "master"
|
|
||||||
paths:
|
paths:
|
||||||
- dest: "engine/api"
|
- dest: "engine/api"
|
||||||
src:
|
src:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue