summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-20 13:18:53 +0000
committerSean Owen <sowen@cloudera.com>2016-11-20 13:18:53 +0000
commite45462a529fdefa776cbaf1eb41d021b0a5e4f8a (patch)
tree8261d9c3aa86bbdbae29a3a9bb3ad11a401193bb
parent8d0a10ae0be7df4058b38d298df391fe1fc1cdab (diff)
downloadspark-website-e45462a529fdefa776cbaf1eb41d021b0a5e4f8a.tar.gz
spark-website-e45462a529fdefa776cbaf1eb41d021b0a5e4f8a.tar.bz2
spark-website-e45462a529fdefa776cbaf1eb41d021b0a5e4f8a.zip
Fix doc link and touch up sitemap; mostly an excuse to trigger github sync again
-rw-r--r--documentation.md2
-rw-r--r--site/documentation.html2
-rw-r--r--site/sitemap.xml11
-rw-r--r--sitemap.xml7
4 files changed, 12 insertions, 10 deletions
diff --git a/documentation.md b/documentation.md
index ad1c5290c..0fa10c2d1 100644
--- a/documentation.md
+++ b/documentation.md
@@ -12,7 +12,7 @@ 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.2</a></li>
+ <li><a href="{{site.baseurl}}/docs/2.0.2/">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>
diff --git a/site/documentation.html b/site/documentation.html
index 7f7830fdd..d7f2a8065 100644
--- a/site/documentation.html
+++ b/site/documentation.html
@@ -188,7 +188,7 @@
<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.2</a></li>
+ <li><a href="/docs/2.0.2/">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>
diff --git a/site/sitemap.xml b/site/sitemap.xml
index db7822b7c..4b7f11fc4 100644
--- a/site/sitemap.xml
+++ b/site/sitemap.xml
@@ -116,7 +116,6 @@
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
-
<!-- API docs -->
<url>
<loc>http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.package</loc>
@@ -125,22 +124,20 @@
</url>
<url>
<loc>http://spark.apache.org/docs/latest/api/java/index.html</loc>
- <changefreq>daily</changefreq>
+ <changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://spark.apache.org/docs/latest/api/python/index.html</loc>
- <changefreq>daily</changefreq>
+ <changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://spark.apache.org/docs/latest/api/R/index.html</loc>
- <changefreq>daily</changefreq>
+ <changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
-
<!-- Auto-generate sitemap for rest of site content -->
-
<url>
<loc>http://spark.apache.org/news/spark-wins-cloudsort-100tb-benchmark.html</loc>
<changefreq>weekly</changefreq>
@@ -642,8 +639,10 @@
<loc>http://spark.apache.org/research.html</loc>
<changefreq>weekly</changefreq>
</url>
+
<url>
<loc>http://spark.apache.org/trademarks.html</loc>
<changefreq>weekly</changefreq>
</url>
+
</urlset> \ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index ac3b8a071..73b2780fa 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -144,8 +144,11 @@ sitemap: false
{% for post in site.posts %}<url>
<loc>{{ site.url }}{{ post.url }}</loc>
<changefreq>weekly</changefreq>
-</url>{% endfor %}{% for page in site.pages %}{% if page.sitemap != false %}<url>
+</url>
+{% endfor %}
+{% for page in site.pages %}{% if page.sitemap != false %}<url>
<loc>{{ site.url }}{{ page.url }}</loc>
<changefreq>weekly</changefreq>
-</url>{% endif %}{% endfor %}
+</url>{% endif %}
+{% endfor %}
</urlset> \ No newline at end of file