mirror of https://github.com/docker/docs.git
Update to new Docker version scheme (#1926)
This commit is contained in:
parent
d105d415bd
commit
fc343a81fc
|
@ -15,7 +15,7 @@ COPY . md_source
|
||||||
# then nuke the md_source directory.
|
# then nuke the md_source directory.
|
||||||
|
|
||||||
## Branch to pull from, per ref doc
|
## Branch to pull from, per ref doc
|
||||||
ENV ENGINE_BRANCH="1.13.x"
|
ENV ENGINE_BRANCH="17.03.x"
|
||||||
ENV DISTRIBUTION_BRANCH="release/2.5"
|
ENV DISTRIBUTION_BRANCH="release/2.5"
|
||||||
|
|
||||||
RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend md_source/engine/extend \
|
RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend md_source/engine/extend \
|
||||||
|
|
|
@ -16,15 +16,15 @@ overrides:
|
||||||
|
|
||||||
- path: /engine/deprecated.md
|
- path: /engine/deprecated.md
|
||||||
description: Docker Engine deprecation reference
|
description: Docker Engine deprecation reference
|
||||||
source: https://github.com/docker/docker/tree/1.13.x/docs/deprecated.md
|
source: https://github.com/docker/docker/tree/17.03.x/docs/deprecated.md
|
||||||
|
|
||||||
- path: /engine/extend/
|
- path: /engine/extend/
|
||||||
description: References for Docker Engine plugin system
|
description: References for Docker Engine plugin system
|
||||||
source: https://github.com/docker/docker/tree/1.13.x/docs/extend/
|
source: https://github.com/docker/docker/tree/17.03.x/docs/extend/
|
||||||
|
|
||||||
- path: /engine/reference/
|
- path: /engine/reference/
|
||||||
description: Docker Engine CLI and API references
|
description: Docker Engine CLI and API references
|
||||||
source: https://github.com/docker/docker/tree/1.13.x/docs/reference/
|
source: https://github.com/docker/docker/tree/17.03.x/docs/reference/
|
||||||
|
|
||||||
- path: /notary/reference/
|
- path: /notary/reference/
|
||||||
description: Reference docs for Docker Notary
|
description: Reference docs for Docker Notary
|
||||||
|
|
Loading…
Reference in New Issue