- Fix port numbers across all docs (API :3001, Web :3000) - Add 6 missing modules to README, CLAUDE.md, and architecture doc (agents, health, inquiries, leads, reviews, metrics/web-vitals) - Add Swagger UI reference and /api/v1 prefix notes - Create docs/api-endpoints.md with complete REST API reference - Create docs/README.md as documentation index - Update deployment guide with Loki, Promtail, pg-backup services - Update health check table with all current endpoints Co-Authored-By: Paperclip <noreply@paperclip.ing>
27 lines
880 B
Markdown
27 lines
880 B
Markdown
# GoodGo Platform Documentation
|
|
|
|
## Getting Started
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [Development Environment](dev-environment.md) | Docker setup, local services, troubleshooting |
|
|
| [Architecture](architecture.md) | System design, data flow, module structure |
|
|
|
|
## API Reference
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [API Endpoints](api-endpoints.md) | Complete REST API endpoint reference |
|
|
| [API Error Codes](api-error-codes.md) | Error response format and all error codes |
|
|
|
|
## Operations
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [Deployment](deployment.md) | Production deployment guide and checklists |
|
|
| [Backup & Restore](backup-restore.md) | Backup procedures and disaster recovery runbook |
|
|
|
|
## Audits
|
|
|
|
See [audits/README.md](audits/README.md) for code quality, accessibility, and test coverage audit reports.
|