Added a "we are hiring" to the frontpage of the docker website, and fixed two broken links in the docs.

Upstream-commit: 537cce16f2776d076c58b80e9af7e9914e5dac74
Component: engine
This commit is contained in:
Thatcher Peskens
2013-05-17 19:35:46 -07:00
parent 4b1c6a36b5
commit b4d01cb61a
6 changed files with 26 additions and 15 deletions

View File

@ -59,18 +59,13 @@ site:
connect:
@echo connecting dotcloud to www.docker.io website, make sure to use user 1
@cd _build/website/ ; \
dotcloud list ; \
dotcloud connect dockerwebsite
dotcloud connect dockerwebsite ;
dotcloud list
push:
@cd _build/website/ ; \
dotcloud push
github-deploy: docs
rm -fr github-deploy
git clone ssh://git@github.com/dotcloud/docker github-deploy
cd github-deploy && git checkout -f gh-pages && git rm -r * && rsync -avH ../_build/html/ ./ && touch .nojekyll && echo "docker.io" > CNAME && git add * && git commit -m "Updating docs"
$(VERSIONS):
@echo "Hello world"