diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index b30ab1e5218c..56619ccca65f 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -111,6 +111,7 @@
Building Spark with Maven
Contributing to Spark
+ Supplemental Projects
@@ -151,7 +152,7 @@ {{ page.title }}
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ],
- displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
+ displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
diff --git a/docs/index.md b/docs/index.md
index 4ac0982ae54f..ffa5d860f7cf 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -105,6 +105,7 @@ options for deployment:
* [3rd Party Hadoop Distributions](hadoop-third-party-distributions.html): using common Hadoop distributions
* [Building Spark with Maven](building-with-maven.html): build Spark using the Maven system
* [Contributing to Spark](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark)
+* [Supplemental Projects](https://cwiki.apache.org/confluence/display/SPARK/Supplemental+Spark+Projects): related third party Spark projects
**External Resources:**