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

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


The following commit(s) were added to refs/heads/main by this push:
     new 62294c8127d Add Subproject dropdown item for nanoarrow (#384)
62294c8127d is described below

commit 62294c8127d748ab67a969cb3fb866fc07ad4b6b
Author: Dewey Dunnington <[email protected]>
AuthorDate: Mon Jul 17 21:42:26 2023 -0300

    Add Subproject dropdown item for nanoarrow (#384)
    
    This PR adds a link in the "Subprojects" dropdown menu for nanoarrow and
    links to the nanoarrow documentation (
    https://arrow.apache.org/nanoarrow ).
    
    I *think* this is the appropriate place for the link...nanoarrow is not
    *really* a language binding (since it also has language bindings for
    things like R that already have an Arrow implementation). I'm happy to
    link from somewhere else, too.
---
 _includes/header.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_includes/header.html b/_includes/header.html
index 13a1e5a8c18..c7437b1713f 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -59,6 +59,7 @@
             <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>
+            <a class="dropdown-item" href="{{ site.baseurl 
}}/nanoarrow">nanoarrow</a>
           </div>
         </li>
         <li class="nav-item dropdown">

Reply via email to