Repository: spark-website
Updated Branches:
  refs/heads/asf-site 7cd1fdf23 -> f0578ab3f


Add 2.0.0 to documentation page


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/f0578ab3
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/f0578ab3
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/f0578ab3

Branch: refs/heads/asf-site
Commit: f0578ab3f4ad07e8f4fab2207e62dd80175d6f09
Parents: 7cd1fdf
Author: Reynold Xin <r...@databricks.com>
Authored: Tue Jul 26 15:31:28 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Tue Jul 26 15:31:28 2016 -0700

----------------------------------------------------------------------
 documentation.md        | 5 ++++-
 site/documentation.html | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/f0578ab3/documentation.md
----------------------------------------------------------------------
diff --git a/documentation.md b/documentation.md
index bf7c08a..1f87446 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>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f0578ab3/site/documentation.html
----------------------------------------------------------------------
diff --git a/site/documentation.html b/site/documentation.html
index 4d5dbc7..56066c4 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to