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 77606d9 Add dividers
77606d9 is described below
commit 77606d9c995c1c64dc5dfb6b63cb48457543bcc0
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 30 19:06:03 2025 -0800
Add dividers
---
content/theme/templates/menu.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/content/theme/templates/menu.html
b/content/theme/templates/menu.html
index 1256942..885782b 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -34,11 +34,14 @@
<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>
+ <li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item"
href="https://github.com/apache/tooling-trusted-releases">Trusted
Releases</a></li>
<li><a class="dropdown-item"
href="https://github.com/apache/tooling-releases-client">Trusted Releases
Client</a></li>
<li><a class="dropdown-item"
href="https://github.com/apache/tooling-actions">Trusted Releases
Actions</a></li>
+ <li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item"
href="https://github.com/apache/tooling-agenda">Agenda Tool</a></li>
+ <li><hr class="dropdown-divider"></li>
+ <li><a class="dropdown-item"
href="https://github.com/apache/tooling-secretary">Secretary's
Workbench</a></li>
</ul>
</li>
<li class="nav-item dropdown">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]