Removal of 'Table of Contents' header

This commit is contained in:
johndmulhausen 2016-02-13 03:18:17 -08:00
parent 6c9558f7c2
commit 0ea36a2279
2 changed files with 3 additions and 4 deletions

View File

@ -1,2 +1 @@
<h2>Table of contents</h2>
<div id="pageTOC" style="padding-top:15px; font-weight: bold; width: auto;"></div>

View File

@ -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).