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

wave pushed a commit to branch menu-adjustments
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git

commit 6d60abf16174401db3755471ba280b1b74b7ef7e
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 30 14:18:36 2025 -0800

    Menu adjustments
---
 content/theme/templates/menu.html | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/content/theme/templates/menu.html 
b/content/theme/templates/menu.html
index ec28c25..7608349 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -12,13 +12,15 @@
     <div class="collapse navbar-collapse" id="navbarADP" style="position: 
relative; top: 4px; margin-left: 16px;">
       <ul class="navbar-nav me-auto mb-2 mb-lg-0">
         <li class="nav-item dropdown">
-          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Team</a>
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">About</a>
           <ul class="dropdown-menu">
             <!--<li><a class="dropdown-item" href="/blog/">Tooling 
Blog</a></li>-->
             <li><a class="dropdown-item" href="/team.html">About the 
team</a></li>
             <li><a class="dropdown-item" href="/trusted-releases.html">Trusted 
Releases</a></li>
             <li><a class="dropdown-item" href="/supply-chain.html">Supply 
Chain Attacks FAQ</a></li>
             <li><a class="dropdown-item" 
href="/policies.html">Policies</a></li>
+            <li><a class="dropdown-item" href="/volunteer.html">Volunteer with 
Tooling</a></li>
+            <li><a class="dropdown-item" href="/job-posting.html">Job 
Posting</a></li>
           </ul>
         </li>
 
@@ -31,7 +33,7 @@
         </li>
 
         <li class="nav-item dropdown">
-          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Repositories</a>
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Source</a>
           <ul class="dropdown-menu">
             <li><a class="dropdown-item" 
href="https://github.com/apache/tooling-docs/";>Documentation Website</a></li>
             <li><a class="dropdown-item" 
href="https://github.com/apache/tooling-secretary";>Secretary's 
Workbench</a></li>
@@ -42,14 +44,6 @@
           </ul>
         </li>
 
-        <li class="nav-item dropdown">
-          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Contribute</a>
-          <ul class="dropdown-menu">
-            <li><a class="dropdown-item" href="/volunteer.html">Volunteer with 
Tooling</a></li>
-            <li><a class="dropdown-item" href="/job-posting.html">Job 
Posting</a></li>
-          </ul>
-        </li>
-
         <li class="nav-item dropdown">
           <a href="#" class="nav-link dropdown-toggle hidden-xs" 
data-bs-toggle="dropdown"><span class="fa-solid fa-magnifying-glass" 
aria-hidden="true"></span> Search</a>
           <ul class="search-form dropdown-menu">
@@ -59,7 +53,7 @@
           </ul>
         </li>
       </ul>
-      <div class="nav-item dropdown active">
+      <div class="nav-item dropdown active" style="position: relative; top: 
4px; margin-right: 12px;">
         <a class="nav-link dropdown-toggle" href="#"
            role="button" data-bs-toggle="dropdown" aria-expanded="false">
           About The ASF


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to