This will allow local preview of docs/ with: bundle install --with=docs bundle exec jekyll serve --source docs
@@ -11,3 +11,5 @@ pkg
.dev/
.bundle/
vendor/
+_site/
+docs/.jekyll-cache/
@@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec
gem "activeresource", "~> 5.1"
+
+group :docs, optional: true do
+ gem "jekyll"
+end