This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 3642e81  ARROW-2881: [Website] Add community tab to header, add link 
and callout to dev wiki
3642e81 is described below

commit 3642e81715a4a95762d0877c00bbf05c06492da5
Author: Wes McKinney <[email protected]>
AuthorDate: Wed Jul 25 19:01:28 2018 +0200

    ARROW-2881: [Website] Add community tab to header, add link and callout to 
dev wiki
    
    Also resolves ARROW-2804
    
    Author: Wes McKinney <[email protected]>
    
    Closes #2320 from wesm/ARROW-2881 and squashes the following commits:
    
    bd6d257c <Wes McKinney> Fix english
    9c72510e <Wes McKinney> Add community tab to header, add link and callout 
to dev wiki
---
 site/_config.yml           | 1 +
 site/_includes/header.html | 9 +++++++++
 site/index.html            | 7 ++++++-
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/site/_config.yml b/site/_config.yml
index b9dd723..beb4021 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -35,6 +35,7 @@ exclude:
   - asf-site
   - scripts
   - README.md
+  - vendor
 
 collections:
   docs:
diff --git a/site/_includes/header.html b/site/_includes/header.html
index a742867..9e4644c 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -24,7 +24,16 @@
             <li><a href="{{ site.baseurl }}/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW";>Issue 
Tracker</a></li>
             <li><a href="https://github.com/apache/arrow";>Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a 
href="http://mail-archives.apache.org/mod_mbox/arrow-dev/";>Mailing List</a></li>
+            <li><a 
href="https://cwiki.apache.org/confluence/display/ARROW";>Developer Wiki</a></li>
             <li><a href="{{ site.baseurl }}/committers/">Committers</a></li>
             <li><a href="{{ site.baseurl }}/powered_by/">Powered By</a></li>
           </ul>
diff --git a/site/index.html b/site/index.html
index ec80075..a5fc534 100644
--- a/site/index.html
+++ b/site/index.html
@@ -13,6 +13,11 @@ layout: default
     <div class="row">
         <div class="col-xs-12">
             <h4>
+              Interested in contributing? Join the <a 
href="http://mail-archives.apache.org/mod_mbox/arrow-dev/";><strong>mailing 
list</strong></a> or check out the <a 
href="https://cwiki.apache.org/confluence/display/ARROW";><strong>developer 
wiki</strong></a>.
+            </h4>
+        </div>
+        <div class="col-xs-12">
+            <h4>
                 <a href="{{ site.baseurl }}/blog/"><strong>See Latest 
News</strong></a>
             </h4>
         </div>
@@ -72,7 +77,7 @@ layout: default
         </div>
     </div>
 </div>
-<!-- /container -->  
+<!-- /container -->
 
 </body>
 </html>

Reply via email to