Update the apidocs menu location for the new menu structure

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2016-02-01 15:15:24 -08:00
parent f01a776f4d
commit fe084ab45b
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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: