We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0efd9 commit e31035dCopy full SHA for e31035d
.gitignore
@@ -8,4 +8,5 @@ benchmarks
8
.ruby-gemset
9
tags
10
.DS_Store
11
+docs/.*
12
docs/_site
docs/Gemfile
@@ -1,2 +1,5 @@
1
gem 'github-pages'
2
+gem 'jekyll-default-layout'
3
gem 'jekyll-redirect-from'
4
+gem 'just-the-docs'
5
+gem 'webrick'
0 commit comments