Removal of 'Table of Contents' header
This commit is contained in:
parent
6c9558f7c2
commit
0ea36a2279
|
@ -1,2 +1 @@
|
|||
<h2>Table of contents</h2>
|
||||
<div id="pageTOC" style="padding-top:15px; font-weight: bold; width: auto;"></div>
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue