From 45d03231d0961677ea0372d36977cecf21ab62d0 Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Mon, 8 Oct 2012 10:13:26 -0700 Subject: 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. --- docs/_config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/_config.yml') 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 -- cgit v1.2.3