From d3141e1381b0b3652b9704c35c1a7b4900f8c01a Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Mon, 3 Oct 2016 15:17:20 -0700 Subject: [PATCH] /getting-started/ is a WIP at the moment --- _config.yml | 1 + _data/docsarchive/{ => stage-container}/Dockerfile | 9 +++++---- _data/toc.yaml | 14 +------------- index.md | 2 -- 4 files changed, 7 insertions(+), 19 deletions(-) rename _data/docsarchive/{ => stage-container}/Dockerfile (69%) diff --git a/_config.yml b/_config.yml index fc6a361e21..6832d82bee 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ incremental: true permalink: pretty safe: false lsi: false +exclude: [vendor, bin] gems: - jekyll-redirect-from diff --git a/_data/docsarchive/Dockerfile b/_data/docsarchive/stage-container/Dockerfile similarity index 69% rename from _data/docsarchive/Dockerfile rename to _data/docsarchive/stage-container/Dockerfile index f7fef40891..4c6e14e0ee 100644 --- a/_data/docsarchive/Dockerfile +++ b/_data/docsarchive/stage-container/Dockerfile @@ -1,14 +1,15 @@ -FROM starefossen/ruby-node:2-5 - -RUN gem install github-pages +FROM starefossen/ruby-node +RUN mkdir -p /docs VOLUME /docs EXPOSE 4000 WORKDIR /docs -CMD bundle && jekyll clean && jekyll serve -H 0.0.0.0 -P 4000 +RUN gem install github-pages + +CMD jekyll clean && jekyll serve -H 0.0.0.0 -P 4000 # To run: # diff --git a/_data/toc.yaml b/_data/toc.yaml index 99e3f025a8..75b1369bf7 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,18 +1,6 @@ toc: -- title: What is the Docker Platform? +- title: Welcome to the Docs path: / -- sectiontitle: Getting Started with Docker - section: - - path: /getting-started/ - title: "Part 1: Orientation and Setup" - - path: /getting-started/part2/ - title: "Part 2: Creating and Building Your App" - - path: /getting-started/part3/ - title: "Part 3: Stateful, Multi-container Applications" - - path: /getting-started/part4/ - title: Part 4 - - path: /getting-started/part5/ - title: Part 5 - sectiontitle: Docker Engine section: - sectiontitle: Install diff --git a/index.md b/index.md index a8bc360c3c..8ef9ca222f 100644 --- a/index.md +++ b/index.md @@ -10,8 +10,6 @@ layout: docs {% include content/docker_elevator_pitch.md %} -Learn the Docker Platform - {% include content/typical_docker_workflow.md %} ## Components