[claude] Add /help page for Nexus web frontend (#833) #887
Reference in New Issue
Block a user
Delete Branch "claude/issue-833"
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?
Fixes #833
What
Adds
help.htmlto the repo root — a standalone page served at/help— resolving the 404 reported in #833.Content
/)Design
Follows the existing Nexus dark-space / holographic design system: Orbitron display font, JetBrains Mono body, teal (
#4af0c0) / purple (#7b5cff) palette, glassmorphism panels — consistent withnexus/components/*.html.Tests
Adds
tests/test_help_page.py(5 tests) verifying the page exists, is valid HTML, has required sections, links back to home, and documents all keyboard controls.