aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-13 19:05:11 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-13 19:05:11 -0700
commit4be12d97ec4a6ca0acaf324799156e219732a11e (patch)
tree1cf716a530e02243080e4acab9e05e7895a9e15e /docs/_config.yml
parent19910c00c3d7fd306e1d77b308b5c033ccfa91f5 (diff)
downloadspark-4be12d97ec4a6ca0acaf324799156e219732a11e.tar.gz
spark-4be12d97ec4a6ca0acaf324799156e219732a11e.tar.bz2
spark-4be12d97ec4a6ca0acaf324799156e219732a11e.zip
Some doc fixes, including showing version number in nav bar again
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 07d068fecb..ad07e3c40d 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -3,6 +3,7 @@ markdown: kramdown
# These allow the documentation to be updated with nerw releases
# of Spark, Scala, and Mesos.
-SPARK_VERSION: 0.6.0-SNAPSHOT
+SPARK_VERSION: 0.6.0
+SPARK_VERSION_SHORT: 0.6.0
SCALA_VERSION: 2.9.2
MESOS_VERSION: 0.9.0-incubating