Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ const { isExpanded = true, isBlue = false, } = Astro.props;
<li>
<a class="block mt-1 py-2 mx-5 border-b border-gray-300 rounded" href="/community">Community</a>
</li>

<li>
<a class="block mt-1 py-2 mx-5 border-b border-gray-300 rounded" href="https://docs.colyseus.io/">Documentation</a>
</li>
</ul>

</nav>
Expand Down