costco-grocery-list/docs/README.md
2026-01-27 00:03:58 -08:00

3.6 KiB

Documentation Index

This directory contains all project documentation organized by category.

📁 Directory Structure

/architecture - System Design & Structure

/features - Feature Implementation Details

/guides - How-To & Reference Guides

/migration - Database Migrations & Updates

/archive - Completed Implementation Records

Historical documentation of completed features. Useful for reference but not actively maintained.


📄 Root-Level Documentation

These files remain at the project root for easy access:


🔍 Quick Reference

Setting up the project? → Start with setup-checklist.md

Understanding the API? → See api-documentation.md

Working on mobile UI? → Check MOBILE_RESPONSIVE_AUDIT.md

Need architecture context? → Read ../.github/copilot-instructions.md

Running migrations? → Follow MIGRATION_GUIDE.md


📝 Contributing to Documentation

When adding new documentation:

  1. Guides (/guides) - General how-to, setup, reference
  2. Features (/features) - Specific feature implementation details
  3. Architecture (/architecture) - System design, patterns, structure
  4. Migration (/migration) - Database migrations and upgrade guides
  5. Archive (/archive) - Completed implementation records (for reference only)

Keep documentation:

  • Up-to-date with code changes
  • Concise and scannable
  • Linked to relevant files (use relative paths)
  • Organized by category