Merge pull request #2145 from kubernetes/jaredbhatti-patch-2
Add Bundler to staging a doc request page
This commit is contained in:
@@ -90,6 +90,14 @@ web server:
|
|||||||
1. View your staged content at
|
1. View your staged content at
|
||||||
[http://localhost:4000](http://localhost:4000){: target="_blank"}.
|
[http://localhost:4000](http://localhost:4000){: target="_blank"}.
|
||||||
|
|
||||||
|
<i>NOTE: If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`:</i>
|
||||||
|
|
||||||
|
gem install bundler
|
||||||
|
bundle install
|
||||||
|
bundler exec jekyll serve
|
||||||
|
|
||||||
|
<i> Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: [http://localhost:4000](http://localhost:4000)</i>
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture whatsnext %}
|
{% capture whatsnext %}
|
||||||
|
|||||||
Reference in New Issue
Block a user