Merge pull request #1735 from SvenDowideit/move-menu-page

Make the index.html files the visible overview menu entry
(cherry picked from commit 1b9ab303a4)

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2016-05-31 09:32:53 -07:00 committed by Sven Dowideit
parent 804ad4f001
commit 408c4684fa
34 changed files with 180 additions and 122 deletions

View file

@ -1,9 +1,9 @@
FROM docs/base:oss
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
MAINTAINER Docker Docs <docs@docker.com>
ENV PROJECT=registry
# To get the git info for this repo
COPY . /src
RUN rm -r /docs/content/$PROJECT/
RUN rm -rf /docs/content/$PROJECT/
COPY . /docs/content/$PROJECT/