docs: add GuidePage documentation (refs #203)

- Create CLAUDE.md for GuidePage directory with architecture docs
- Create CLAUDE.md index for pages/ directory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-02-15 17:19:45 -06:00
parent 197aeda2ef
commit b047199bc5
2 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# frontend/src/pages/
Page-level components and routing targets.
## Files
| File | What | When to read |
| ---- | ---- | ------------ |
| `HomePage.tsx` | Public landing page (Home, Features, About, Guide, Sign Up, Login) | Modifying public site |
| `SettingsPage.tsx` | Settings page component | User settings |
| `SecuritySettingsPage.tsx` | Security settings page | Security/privacy settings |
## Subdirectories
| Directory | What | When to read |
| --------- | ---- | ------------ |
| `GuidePage/` | Public user guide at `/guide` (10 sections, TOC, screenshots) | Guide content or structure |
| `HomePage/` | HomePage sub-components (HeroCarousel, FeaturesGrid) | Landing page features |
| `admin/` | Admin-only pages | Admin functionality |
| `__tests__/` | Page-level integration tests | Testing pages |