aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-10-08 10:13:26 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-10-08 10:30:38 -0700
commit45d03231d0961677ea0372d36977cecf21ab62d0 (patch)
tree0928e51cf925b7b9baeda863e99dd936476a28d5 /docs/_config.yml
parentefc5423210d1aadeaea78273a4a8f10425753079 (diff)
downloadspark-45d03231d0961677ea0372d36977cecf21ab62d0.tar.gz
spark-45d03231d0961677ea0372d36977cecf21ab62d0.tar.bz2
spark-45d03231d0961677ea0372d36977cecf21ab62d0.zip
Adds liquid variables to docs templating system so that they can be used
throughout the docs: SPARK_VERSION, SCALA_VERSION, and MESOS_VERSION. To use them, e.g. use {{site.SPARK_VERSION}}. Also removes uses of {{HOME_PATH}} which were being resolved to "" by the templating system anyway.
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 8412645ab2..88567403a0 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,2 +1,8 @@
pygments: true
-markdown: kramdown \ No newline at end of file
+markdown: kramdown
+
+# These allow the documentation to be updated with nerw releases
+# of Spark, Scala, and Mesos.
+SPARK_VERSION: 0.6.0
+SCALA_VERSION: 2.9.2
+MESOS_VERSION: 0.9.0