aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorMike McQuaid2017-01-04 10:53:21 +0000
committerMike McQuaid2017-01-04 10:53:21 +0000
commit127e9def5084063cf33e8acb26a970556ef51148 (patch)
tree7d46e96e7730cd6c00dfa756699ba838931a7854 /docs/Gemfile
parentfc11f633b29e6a2c9c4d49d5fd5452549b328193 (diff)
downloadbrew-127e9def5084063cf33e8acb26a970556ef51148.tar.bz2
Cleanup documentation site
GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings.
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 000000000..fac2f802d
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,6 @@
+source "https://rubygems.org"
+
+gem "github-pages", group: :jekyll_plugins
+
+# Nokogiri >=1.7 requires Ruby >=2.1
+gem "nokogiri", "<1.7"