ianmcook commented on code in PR #653:
URL: https://github.com/apache/arrow-site/pull/653#discussion_r2107452551


##########
_includes/header.html:
##########
@@ -48,6 +47,27 @@
             <a class="dropdown-item" 
href="https://docs.rs/arrow/latest";>Rust</a>
           </div>
         </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#"
+             id="navbarDropdownSource" role="button" data-toggle="dropdown"
+             aria-haspopup="true" aria-expanded="false">
+             Source
+          </a>
+          <div class="dropdown-menu" aria-labelledby="navbarDropdownSource">
+            <a class="dropdown-item" 
href="https://github.com/apache/arrow/tree/main/c_glib";>C GLib</a>

Review Comment:
   This adds a link to the main repo at the top of this dropdown, with a 
horizontal rule below. I think this is a good addition for folks looking to 
access the main repo to find the project docs source code, the format specs, 
etc.
   ```suggestion
               <a class="dropdown-item" 
href="https://github.com/apache/arrow";>Main Repo</a>
               <hr/>
               <a class="dropdown-item" 
href="https://github.com/apache/arrow/tree/main/c_glib";>C GLib</a>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to