This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 3892ba8 Add ASF about dropdown menu
3892ba8 is described below
commit 3892ba84c1ae441f8f9b103f5d982a35eca1f725
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 30 08:42:50 2025 -0800
Add ASF about dropdown menu
---
content/theme/templates/menu.html | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/content/theme/templates/menu.html
b/content/theme/templates/menu.html
index e1c2031..1cf22c7 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -12,7 +12,7 @@
<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">About</a>
+ <a class="nav-link dropdown-toggle" href="#"
data-bs-toggle="dropdown" aria-expanded="false">Team</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>
@@ -59,6 +59,28 @@
</ul>
</li>
</ul>
+ <div class="navbar-nav">
+ <div class="nav-item dropdown dropdown-menu-right active">
+ <a class="nav-link dropdown-toggle" href="#"
+ role="button" data-toggle="dropdown" aria-haspopup="true"
+ aria-expanded="false">About</a>
+ <div class="dropdown-menu dropdown-menu-right">
+ <a class="dropdown-item"
href="https://www.apache.org/">Foundation</a>
+ <div class="dropdown-divider"></div>
+ <a class="dropdown-item"
+ href="https://www.apache.org/licenses/">License</a>
+ <a class="dropdown-item"
+
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+ <a class="dropdown-item"
+ href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+ <div class="dropdown-divider"></div>
+ <a class="dropdown-item"
+ href="https://www.apache.org/security/">Security</a>
+ <a class="dropdown-item"
+
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a>
+ </div>
+ </div>
+ </div>
</div>
</div>
</nav>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]