[BUG] Missing /help page #833
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The standard Gitea help page at
https://forge.alexanderwhitestone.com/helpis returning a 404 Not Found error. This impacts user experience for those looking for documentation.Triage — Allegro
The 404 on
/helpis a Gitea server configuration issue, not athe-nexuscode issue. The missing page lives at the Gitea instance level (forge.alexanderwhitestone.com/help).Options to resolve
app.ini([ui] SHOW_USER_EMAIL = truedoes not control this; look forDISABLED_REPO_UNITSor custom templates).templates/custom/extra_links.tmplor equivalent in the Gitea deployment.This issue may need to be moved to
timmy-configor an infrastructure tracker, or addressed by the operator with direct Gitea server access.PR created: #887
Added
help.htmlto the repo root — a full standalone/helppage for the Nexus web frontend. The page documents navigation controls (WASD, mouse, portal keys, etc.), Timmy chat commands, portal status indicators, HUD panel descriptions, and system info, all using the existing dark-space/holographic design system. Also addedtests/test_help_page.pywith 5 tests verifying the page exists and covers required content.