Implement new documentation system with categorized docs browser

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-07 10:52:35 +00:00
parent 0be96da2a0
commit b9d3d5a285
225 changed files with 837 additions and 0 deletions

View file

@ -88,6 +88,7 @@ if ($is_logged_in) {
<nav class="gsw-header-nav">
<a href="index.php" class="gsw-nav-link">Home</a>
<a href="serverlist.php" class="gsw-nav-link">Game Servers</a>
<a href="docs.php" class="gsw-nav-link">Documentation</a>
<?php if ($is_logged_in): ?>
<!-- Make My Account a prominent header button and remove My Servers link per UX request -->
<a href="my_account.php" class="gsw-header-btn gsw-nav-link-myaccount">My Account</a>