From e8727e886eac9952e6153fdd8eba5a977b478e51 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 5 Jan 2017 09:48:47 -0800 Subject: [PATCH] Add Bundler to staging a doc request page Fixing the following PR: https://github.com/kubernetes/kubernetes.github.io/pull/1796 --- docs/contribute/stage-documentation-changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/contribute/stage-documentation-changes.md b/docs/contribute/stage-documentation-changes.md index 50e22a1b8b..86e19ca42b 100644 --- a/docs/contribute/stage-documentation-changes.md +++ b/docs/contribute/stage-documentation-changes.md @@ -87,6 +87,12 @@ web server: jekyll serve +NOTE: If you do not want jekyll to interfere with your other globally installed gems, you can use bundler: + + gem install bundler + bundle install + bundler exec jekyll serve + 1. View your staged content at [http://localhost:4000](http://localhost:4000){: target="_blank"}.