
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.
7 lines
135 B
Ruby
7 lines
135 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
# Nokogiri >=1.7 requires Ruby >=2.1
|
|
gem "nokogiri", "<1.7"
|