Skip to content

Commit

Permalink
Merge pull request #149 from melroy89/patch-1
Browse files Browse the repository at this point in the history
Improve header menu blog + connect
  • Loading branch information
stockholmux authored Oct 4, 2024
2 parents e5f6732 + 723649a commit 93a1744
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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" target="_blank" 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 93a1744

Please sign in to comment.