From 844daf465cdbb5bbc5533d77784c7ac20958d696 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 20 Nov 2015 13:35:38 +1000 Subject: [PATCH] Docs fixes for docs validation Signed-off-by: Sven Dowideit --- docs/Dockerfile | 10 +++++----- docs/README.md | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index a11620b4e5..57c2999346 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,11 +1,6 @@ FROM docs/base:hugo-github-linking MAINTAINER Mary Anthony (@moxiegirl) -# To get the git info for this repo -COPY . /src - -COPY . /docs/content/notary/ - RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm @@ -13,3 +8,8 @@ RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/mach RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource + +# To get the git info for this repo +COPY . /src + +COPY . /docs/content/notary/ diff --git a/docs/README.md b/docs/README.md index cc27782c5c..acbfe0fc22 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,9 @@ + + # Contributing to the Docker Notary documentation The documentation in this directory is part of the [https://docs.docker.com](https://docs.docker.com) website. Docker uses [the Hugo static generator](http://gohugo.io/overview/introduction/) to convert project Markdown files to a static HTML site.