mirror of https://github.com/docker/docs.git
Update the apidocs menu location for the new menu structure
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
f01a776f4d
commit
fe084ab45b
|
@ -18,3 +18,5 @@ COPY . /src
|
|||
|
||||
COPY . /docs/content/$PROJECT/
|
||||
|
||||
# This kludge only exists when run from the DTR repo (useful for testing)
|
||||
RUN mv -f /docs/content/$PROJECT/apidocgen/ /docs/content/apidocs/ || true
|
||||
|
|
3
Makefile
3
Makefile
|
@ -60,6 +60,9 @@ docs-build:
|
|||
# echo "$(GIT_BRANCH)" > GIT_BRANCH
|
||||
# echo "$(AWS_S3_BUCKET)" > AWS_S3_BUCKET
|
||||
# echo "$(GITCOMMIT)" > GITCOMMIT
|
||||
# bring the generated apidocs into the context.
|
||||
rm -rf ./apidocgen/
|
||||
cp -r ../apidocgen/output apidocgen
|
||||
docker build -t "$(DOCKER_DOCS_IMAGE)" .
|
||||
|
||||
images:
|
||||
|
|
Loading…
Reference in New Issue