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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9e2f0f5fe25 [Website] Add ADBC to Subprojects menu (#290)
9e2f0f5fe25 is described below

commit 9e2f0f5fe252136e7e742c1dd3613088117a100e
Author: Ian Cook <[email protected]>
AuthorDate: Tue Dec 20 11:05:07 2022 -0500

    [Website] Add ADBC to Subprojects menu (#290)
    
    This adds a link to the new ADBC site at https://arrow.apache.org/adbc to 
the Subprojects drop-down
---
 _includes/header.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_includes/header.html b/_includes/header.html
index 7b8cdb473b9..94d9c5df8b4 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -55,6 +55,7 @@
              Subprojects
           </a>
           <div class="dropdown-menu" 
aria-labelledby="navbarDropdownSubprojects">
+            <a class="dropdown-item" href="{{ site.baseurl }}/adbc">ADBC</a>
             <a class="dropdown-item" href="{{ site.baseurl 
}}/docs/format/Flight.html">Arrow Flight</a>
             <a class="dropdown-item" href="{{ site.baseurl 
}}/docs/format/FlightSql.html">Arrow Flight SQL</a>
             <a class="dropdown-item" href="{{ site.baseurl 
}}/datafusion">DataFusion</a>

Reply via email to