Commit Graph

2 Commits

Author SHA1 Message Date
Jordan Ramos
7866a8577a Fix User Guide TOC — add heading IDs and smooth scroll anchor links
Headings now render with id attributes derived from their text so
TOC anchor links (#getting-started, etc.) have targets. Internal
anchor clicks use scrollIntoView with smooth behavior instead of
full page navigation.
2026-06-24 17:52:37 -06:00
Jordan Ramos
627d957c96 Add in-app User Guide modal accessible from user menu
- UserGuideModal: full-screen overlay rendering user-guide.md as
  styled markdown with search filtering
- UserMenu: add 'User Guide' item with BookOpen icon between
  Feature Request and Sign Out
- Serve user-guide.md as static file from frontend/public/
- Guide renders with dark theme styling matching the dashboard
  aesthetic (blue headers, slate text, amber blockquotes)
2026-06-24 17:48:30 -06:00