generated from hack4impact-calpoly/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
documentationUpdates to docs, guides, or commentsUpdates to docs, guides, or comments
Description
What needs to be built?
Update documentation to reflect current team structure (no pairing) and technical decisions (32-bit signature). Install the sheet component for mobile navigation.
Documentation
Existing patterns:
docs/getting-started.md— uses root-relative linkssrc/components/ui/drawer.tsx— similar slide-in component
Official docs:
Technical notes
- Link in
docs/contributing.mdline 7 needs root-relative path - "Working in Pairs" section is lines 85-109 in
docs/contributing.md - Signature description is line 79 in
docs/architecture.md - Sheet slides from side (nav menus), Drawer slides from bottom (action sheets)
Acceptance criteria
- Broken link in
docs/contributing.mdfixed - "Working in Pairs" section removed from
docs/contributing.md - Signature description in
docs/architecture.mdsays "32-bit HMAC" - Sheet component installed in
src/components/ui/ -
npm run lintpasses -
npm run buildpasses
Metadata
Metadata
Assignees
Labels
documentationUpdates to docs, guides, or commentsUpdates to docs, guides, or comments