Repository: spark-website Updated Branches: refs/heads/asf-site d85c53c4d -> 3529c3f19
Add Spark 2.0.2 to documentation.html Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/3529c3f1 Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/3529c3f1 Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/3529c3f1 Branch: refs/heads/asf-site Commit: 3529c3f195432eb0cef899a173ba7ffc12109a19 Parents: d85c53c Author: Sean Owen <[email protected]> Authored: Sat Nov 19 17:39:59 2016 +0000 Committer: Sean Owen <[email protected]> Committed: Sun Nov 20 10:38:49 2016 +0000 ---------------------------------------------------------------------- documentation.md | 3 ++- site/documentation.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark-website/blob/3529c3f1/documentation.md ---------------------------------------------------------------------- diff --git a/documentation.md b/documentation.md index d5597f0..ad1c529 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.baseurl}}/docs/2.0.1/">Spark 2.0.1 (latest release)</a></li> + <li><a href="{{site.baseurl}}/docs/2.0.1/">Spark 2.0.2</a></li> + <li><a href="{{site.baseurl}}/docs/2.0.1/">Spark 2.0.1</a></li> <li><a href="{{site.baseurl}}/docs/2.0.0/">Spark 2.0.0</a></li> <li><a href="{{site.baseurl}}/docs/1.6.3/">Spark 1.6.3</a></li> <li><a href="{{site.baseurl}}/docs/1.6.2/">Spark 1.6.2</a></li> http://git-wip-us.apache.org/repos/asf/spark-website/blob/3529c3f1/site/documentation.html ---------------------------------------------------------------------- diff --git a/site/documentation.html b/site/documentation.html index f30830f..7f7830f 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/2.0.1/">Spark 2.0.1 (latest release)</a></li> + <li><a href="/docs/2.0.1/">Spark 2.0.2</a></li> + <li><a href="/docs/2.0.1/">Spark 2.0.1</a></li> <li><a href="/docs/2.0.0/">Spark 2.0.0</a></li> <li><a href="/docs/1.6.3/">Spark 1.6.3</a></li> <li><a href="/docs/1.6.2/">Spark 1.6.2</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
