From a1da4d615063fd5e1f20ea2e001d1f03330f27ce Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Mon, 24 Jul 2017 16:09:57 -0700 Subject: [PATCH] No need to use --baseurl argument For building docs locally, there's no need to specify an alternate `--baseurl` as long as `jekyll serve`` is issued from the `/docs` directory, as indicated in README.md. Removed --baseurl guidance and emphasized README.md instructions. --- docs/spec/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/README.md b/docs/spec/README.md index 2c21236..89ec23b 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -133,7 +133,7 @@ directory.** ### Set Local Ruby Version (rbenv) -In the `docs/` directory of your local clone, do: +_**In the `docs/` directory**_ of your local clone, do: ~~~~~ rbenv local 2.3.0 @@ -161,7 +161,7 @@ for some gems to compile successfully._ ### Build and Preview Locally with Jekyll ~~~~~ -bundle exec jekyll serve --baseurl '/docs' +bundle exec jekyll serve ~~~~~ This will build the documentation tree and launch a local webserver at