aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorEvan Chan <velvia@gmail.com>2014-09-16 13:46:06 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-09-16 13:46:06 -0700
commita6e1712f1e9c36deb24c5073aa8edcfc047d76eb (patch)
tree15acdeff9093dfa1c639ccaeff8a4bea97e20f6a /docs/_layouts
parentb20171267d610715d5b0a86b474c903e9bc3a1a3 (diff)
downloadspark-a6e1712f1e9c36deb24c5073aa8edcfc047d76eb.tar.gz
spark-a6e1712f1e9c36deb24c5073aa8edcfc047d76eb.tar.bz2
spark-a6e1712f1e9c36deb24c5073aa8edcfc047d76eb.zip
Add a Community Projects page
This adds a new page to the docs listing community projects -- those created outside of Apache Spark that are of interest to the community of Spark users. Anybody can add to it just by submitting a PR. There was a discussion thread about alternatives: * Creating a Github organization for Spark projects - we could not find any sponsors for this, and it would be difficult to organize since many folks just create repos in their company organization or personal accounts * Apache has some place for storing community projects, but it was deemed difficult to work with, and again would be some permissions issues -- not everyone could update it. Author: Evan Chan <velvia@gmail.com> Closes #2219 from velvia/community-projects-page and squashes the following commits: 7316822 [Evan Chan] Point to Spark wiki: supplemental projects page 613b021 [Evan Chan] Add a few more projects a85eaaf [Evan Chan] Add a Community Projects page
Diffstat (limited to 'docs/_layouts')
-rwxr-xr-xdocs/_layouts/global.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index a53e8a775b..627ed37de4 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -111,6 +111,7 @@
<li class="divider"></li>
<li><a href="building-spark.html">Building Spark</a></li>
<li><a href="https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark">Contributing to Spark</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Supplemental+Spark+Projects">Supplemental Projects</a></li>
</ul>
</li>
</ul>
@@ -151,7 +152,7 @@
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ],
- displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
+ displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}