This folder contains all project documentation organized by category.
docs/
├── adr/ # Architecture Decision Records
├── development/ # Development guides and strategies
├── infrastructure/ # CI/CD, deployment, and infrastructure docs
├── project-status/ # Project completion summaries and status reports
├── api/ # API documentation
├── deployment/ # Deployment guides
├── user/ # User documentation
└── architecture/ # System architecture docs
- Development Setup
- Architecture Overview
- API Reference
- Developer Guide
- Error Handling Strategy
- Memory Management
- Logging Strategy
- Deployment Guide
- Build & Deployment
- Environment Setup
- CI/CD Setup
- CI/CD Status
- Cloudflare Deployment
- Vercel Deployment
- Algorithm Optimizations
- Code Organization
- Implementation Status
- Refactoring Complete
- Refactoring Success
- Documentation Enhancements
Documentation should be updated when:
- New features are added
- Architecture changes are made
- Deployment processes change
- API changes occur