summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-07-26 15:31:28 -0700
committerReynold Xin <rxin@databricks.com>2016-07-26 15:31:28 -0700
commitf0578ab3f4ad07e8f4fab2207e62dd80175d6f09 (patch)
tree78396c244bb251f7317f947b6478e54fbd8cb9bb
parent7cd1fdf235b270b2aa38f8bb68d2e451ff618e2e (diff)
downloadspark-website-f0578ab3f4ad07e8f4fab2207e62dd80175d6f09.tar.gz
spark-website-f0578ab3f4ad07e8f4fab2207e62dd80175d6f09.tar.bz2
spark-website-f0578ab3f4ad07e8f4fab2207e62dd80175d6f09.zip
Add 2.0.0 to documentation page
-rw-r--r--documentation.md5
-rw-r--r--site/documentation.html5
2 files changed, 8 insertions, 2 deletions
diff --git a/documentation.md b/documentation.md
index bf7c08af1..1f87446b2 100644
--- a/documentation.md
+++ b/documentation.md
@@ -12,7 +12,8 @@ navigation:
<p>Setup instructions, programming guides, and other documentation are available for each stable version of Spark below:</p>
<ul>
- <li><a href="{{site.url}}docs/1.6.2/">Spark 1.6.2 (latest release)</a></li>
+ <li><a href="{{site.url}}docs/2.0.0/">Spark 2.0.0 (latest release)</a></li>
+ <li><a href="{{site.url}}docs/1.6.2/">Spark 1.6.2</a></li>
<li><a href="{{site.url}}docs/1.6.1/">Spark 1.6.1</a></li>
<li><a href="{{site.url}}docs/1.6.0/">Spark 1.6.0</a></li>
<li><a href="{{site.url}}docs/1.5.2/">Spark 1.5.2</a></li>
@@ -31,11 +32,13 @@ navigation:
<li><a href="{{site.url}}docs/0.6.2/">Spark 0.6.2</a></li>
</ul>
+<!--
<p>Documentation for preview releases:</p>
<ul>
<li><a href="{{site.url}}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="{{site.url}}docs/latest/mllib-guide.html">MLlib</a>,
<a href="{{site.url}}docs/latest/streaming-programming-guide.html">Spark Streaming</a>, and <a href="{{site.url}}docs/latest/graphx-guide.html">GraphX</a>.</p>
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>