aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 0000000000..2bd2eecc86
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,9 @@
+pygments: true
+markdown: kramdown
+
+# These allow the documentation to be updated with nerw releases
+# of Spark, Scala, and Mesos.
+SPARK_VERSION: 0.7.0-SNAPSHOT
+SPARK_VERSION_SHORT: 0.7.0
+SCALA_VERSION: 2.9.2
+MESOS_VERSION: 0.9.0-incubating