aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2013-03-17 14:47:44 -0700
committerAndy Konwinski <andyk@berkeley.edu>2013-03-17 15:02:40 -0700
commitad7f0452ab27b71ede3eea67d03ebd6d1710ee90 (patch)
tree7e03a5b420b2fa40da61fa8dff6a4b215d062ef5 /docs/_layouts
parentc1e9cdc49f89222b366a14a20ffd937ca0fb9adc (diff)
downloadspark-ad7f0452ab27b71ede3eea67d03ebd6d1710ee90.tar.gz
spark-ad7f0452ab27b71ede3eea67d03ebd6d1710ee90.tar.bz2
spark-ad7f0452ab27b71ede3eea67d03ebd6d1710ee90.zip
Adds page to docs about building using Maven.
Adds links to new instructions in: * The main Spark project README.md * The docs nav menu called "More" * The docs Overview page under the "Building" and "Where to Go from Here" sections
Diffstat (limited to 'docs/_layouts')
-rwxr-xr-xdocs/_layouts/global.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 280ead0323..f06ab2d5b0 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -90,6 +90,7 @@
<li class="dropdown">
<a href="api.html" class="dropdown-toggle" data-toggle="dropdown">More<b class="caret"></b></a>
<ul class="dropdown-menu">
+ <li><a href="building-with-maven.html">Building Spark with Maven</a></li>
<li><a href="configuration.html">Configuration</a></li>
<li><a href="tuning.html">Tuning Guide</a></li>
<li><a href="bagel-programming-guide.html">Bagel (Pregel on Spark)</a></li>