summaryrefslogtreecommitdiff
path: root/site/documentation.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/documentation.html')
-rw-r--r--site/documentation.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/site/documentation.html b/site/documentation.html
index 4d5dbc7bc..56066c48d 100644
--- a/site/documentation.html
+++ b/site/documentation.html
@@ -188,7 +188,8 @@
<p>Setup instructions, programming guides, and other documentation are available for each stable version of Spark below:</p>
<ul>
- <li><a href="/docs/1.6.2/">Spark 1.6.2 (latest release)</a></li>
+ <li><a href="/docs/2.0.0/">Spark 2.0.0 (latest release)</a></li>
+ <li><a href="/docs/1.6.2/">Spark 1.6.2</a></li>
<li><a href="/docs/1.6.1/">Spark 1.6.1</a></li>
<li><a href="/docs/1.6.0/">Spark 1.6.0</a></li>
<li><a href="/docs/1.5.2/">Spark 1.5.2</a></li>
@@ -207,11 +208,13 @@
<li><a href="/docs/0.6.2/">Spark 0.6.2</a></li>
</ul>
+<!--
<p>Documentation for preview releases:</p>
<ul>
<li><a href="/docs/2.0.0-preview/">Spark 2.0.0 preview</a></li>
</ul>
+-->
<p>The documentation linked to above covers getting started with Spark, as well the built-in components <a href="/docs/latest/mllib-guide.html">MLlib</a>,
<a href="/docs/latest/streaming-programming-guide.html">Spark Streaming</a>, and <a href="/docs/latest/graphx-guide.html">GraphX</a>.</p>