Merge pull request #303 from SvenDowideit/docs-validation-changes

Docs fixes for docs validation
This commit is contained in:
Ying Li 2015-11-19 21:27:01 -08:00
commit ff75aefc84
2 changed files with 11 additions and 5 deletions

View File

@ -1,11 +1,6 @@
FROM docs/base:hugo-github-linking
MAINTAINER Mary Anthony <mary@docker.com> (@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/

View File

@ -1,3 +1,9 @@
<!--[metadata]>
+++
draft = true
+++
<![end-metadata]-->
# 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.