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 62e6982 Update menu.html 62e6982 is described below commit 62e69827e2dd9113e7596b9ce19b984da1199799 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Mar 6 15:24:25 2025 -0800 Update menu.html --- content/theme/templates/menu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/theme/templates/menu.html b/content/theme/templates/menu.html index 824844f..189f6fc 100644 --- a/content/theme/templates/menu.html +++ b/content/theme/templates/menu.html @@ -1,7 +1,7 @@ <!-- nav bar --> <nav class="navbar navbar-expand-lg navbar-dark bg-dark" aria-label="Fifth navbar example"> <div class="container-fluid"> - <a class="navbar-brand" href="/"><img src="/images/feather.png" style="height: 32px;"/> Apache Infrastructure</a> + <a class="navbar-brand" href="/"><img src="/images/feather.png" style="height: 32px;"/> ASF Tooling</a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> @@ -11,7 +11,7 @@ <li class="nav-item dropdown"> <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="/blog/">Tooling Blog</a></li>--> <li><a class="dropdown-item" href="/team.html">About the team</a></li> </ul> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tooling.apache.org For additional commands, e-mail: commits-h...@tooling.apache.org