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:
parent
804ad4f001
commit
408c4684fa
34 changed files with 180 additions and 122 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue