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:
20
frontend/src/pages/CLAUDE.md
Normal file
20
frontend/src/pages/CLAUDE.md
Normal 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 |
|
||||
Reference in New Issue
Block a user