From 127e9def5084063cf33e8acb26a970556ef51148 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 4 Jan 2017 10:53:21 +0000 Subject: 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. --- docs/Gemfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/Gemfile (limited to 'docs/Gemfile') 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" -- cgit v1.2.3