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 0f85c83 Refactor About dropdown menu for Bootstrap 5
0f85c83 is described below
commit 0f85c8370f2cad69778cd77602003a83a305c7b1
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 30 08:50:54 2025 -0800
Refactor About dropdown menu for Bootstrap 5
---
content/theme/templates/menu.html | 36 +++++++++++++++---------------------
1 file changed, 15 insertions(+), 21 deletions(-)
diff --git a/content/theme/templates/menu.html
b/content/theme/templates/menu.html
index 1cf22c7..495ca27 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -59,27 +59,21 @@
</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 class="nav-item dropdown active">
+ <a class="nav-link dropdown-toggle" href="#"
+ role="button" data-bs-toggle="dropdown" aria-expanded="false">
+ About
+ </a>
+ <div class="dropdown-menu dropdown-menu-end">
+ <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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]