From 0ea36a2279403264537a86d40c41cac97bb91983 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Sat, 13 Feb 2016 03:18:17 -0800 Subject: [PATCH] Removal of 'Table of Contents' header --- _includes/pagetoc.html | 1 - v1.1/editdocs.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_includes/pagetoc.html b/_includes/pagetoc.html index 416228cef5b..b6ff9446f55 100644 --- a/_includes/pagetoc.html +++ b/_includes/pagetoc.html @@ -1,2 +1 @@ -

Table of contents

\ No newline at end of file diff --git a/v1.1/editdocs.md b/v1.1/editdocs.md index fe067afe4c0..b024f21b93c 100644 --- a/v1.1/editdocs.md +++ b/v1.1/editdocs.md @@ -42,7 +42,7 @@ Verify that this new version is running (optional) which ruby ruby -v -Install the GitHub Pages package, which includes Jekyll +Install the GitHub Pages package, which includes Jekyll: gem install github-pages @@ -50,10 +50,10 @@ Clone our site git clone https://github.com/kubernetes/kubernetes.github.io.git -Then, see it run locally: +Then, to see it run locally: cd kubernetes.github.io - jekyll serve . + jekyll serve Your copy of the site will then be viewable at: [http://0.0.0.0:4000](http://0.0.0.0:4000) (or wherever Ruby tells you).