summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2017-02-17 15:54:24 +0000
committerJanek Bogucki <janekdb@gmail.com>2017-02-17 15:55:42 +0000
commit5e5ec9aa40ffbce4e3aaf5485dc7b9967768254d (patch)
tree0f80173288a352c9dd8ec95a7c6ea3b3c6f3623b /spec
parentc8b80053bd41b5a6cf4c03b2a709099ae1b668d7 (diff)
downloadscala-5e5ec9aa40ffbce4e3aaf5485dc7b9967768254d.tar.gz
scala-5e5ec9aa40ffbce4e3aaf5485dc7b9967768254d.tar.bz2
scala-5e5ec9aa40ffbce4e3aaf5485dc7b9967768254d.zip
GH-644: Expand note regarding Jekyll versions
Diffstat (limited to 'spec')
-rw-r--r--spec/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/README.md b/spec/README.md
index b19ce6441f..ad524dfdf3 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -8,7 +8,11 @@ Third, we'd like to support different output formats. An html page per chapter w
## Editing
-We use Jekyll 2 and [Redcarpet](https://github.com/vmg/redcarpet) to generate the html. Essentially, this is what github pages use.
+At the time of writing we are using Jekyll 3.3.0 and [Redcarpet 3.3.2](https://github.com/vmg/redcarpet) to generate the html.
+
+Check `Gemfile` for the current versions.
+
+We aim to track the configuration GitHub Pages use but at times differences will arise as GitHub Pages evolves.
## Building