You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/01/21 14:56:51 UTC

[arrow] branch master updated: [Website] Add link to top-level documentation to nav dropdown

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

wesm 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 3042247  [Website] Add link to top-level documentation to nav dropdown
3042247 is described below

commit 30422478cae9b55cb79b29115c43be683b9eb277
Author: Wes McKinney <we...@apache.org>
AuthorDate: Mon Jan 21 08:56:41 2019 -0600

    [Website] Add link to top-level documentation to nav dropdown
    
    Change-Id: Ie885cbdf9309eaddb639aa9ecf4d2d85b8fb7de8
---
 site/_includes/header.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/site/_includes/header.html b/site/_includes/header.html
index 5344501..2abf60f 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -54,8 +54,9 @@
              Documentation
           </a>
           <div class="dropdown-menu" aria-labelledby="navbarDropdownDocumentation">
+            <a class="dropdown-item" href="{{ site.baseurl }}/docs">Project Docs</a>
             <a class="dropdown-item" href="{{ site.baseurl }}/docs/python">Python</a>
-            <a class="dropdown-item" href="{{ site.baseurl }}/docs/cpp">C++ API</a>
+            <a class="dropdown-item" href="{{ site.baseurl }}/docs/cpp">C++</a>
             <a class="dropdown-item" href="{{ site.baseurl }}/docs/java">Java API</a>
             <a class="dropdown-item" href="{{ site.baseurl }}/docs/c_glib">C GLib API</a>
             <a class="dropdown-item" href="{{ site.baseurl }}/docs/js">Javascript API</a>