Skip to content

Commit

Permalink
Improve header menu blog + connect
Browse files Browse the repository at this point in the history
Signed-off-by: Melroy van den Berg <[email protected]>
  • Loading branch information
melroy89 authored Oct 3, 2024
1 parent e7b4a44 commit 9d2764a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
<a role="menuitem" href="/download/">Download</a>
<a role="menuitem" href="/docs/">Documentation</a>
<a role="menuitem" href="/commands/">Commands</a>
<a role="menuitem" href="/blog/">Blog</a>
<div class="has-submenu">
<span>Community</span>
<div class="submenu">
<a role="menuitem" href="/blog/">Blog</a>
<a role="menuitem" href="https://github.com/orgs/valkey-io/discussions">Forum</a>
<a role="menuitem" href="/connect/">Connect</a>
</div>
</div>
</nav>
Expand Down

0 comments on commit 9d2764a

Please sign in to comment.