diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 000000000..818cd8f50 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,5 @@ +source 'https://rubygems.org' + +gem 'kramdown', '>= 2.3.0' + +gem 'jekyll', '~> 4.1'