Readur/docs/dev
perf3ct 0364cfaa41
feat(docs): update language to be more conversational
2025-08-16 19:55:45 +00:00
..
DATABASE_GUARDRAILS.md feat(docs): add more user facing docs, update README, and move dev docs to correct folder 2025-06-25 18:35:06 +00:00
DEPLOYMENT_SUMMARY.md feat(docs): add more user facing docs, update README, and move dev docs to correct folder 2025-06-25 18:35:06 +00:00
ERROR_SYSTEM.md feat(docs): update language to be more conversational 2025-08-16 19:55:45 +00:00
LABEL_TESTING.md feat(docs): update language to be more conversational 2025-08-16 19:55:45 +00:00
OCR_OPTIMIZATION_GUIDE.md feat(docs): add more user facing docs, update README, and move dev docs to correct folder 2025-06-25 18:35:06 +00:00
QUEUE_IMPROVEMENTS.md feat(server): rename queue-failed endpoint 2025-07-11 21:28:23 +00:00
README-E2E.md feat(docs): update language to be more conversational 2025-08-16 19:55:45 +00:00
README.md feat(docs): update markdown formatting to work well with mkdocs 2025-08-16 17:19:51 +00:00
TESTING.md feat(docs): update language to be more conversational 2025-08-16 19:55:45 +00:00
architecture.md feat(docs): add mkdocs requirements 2025-08-16 17:07:29 +00:00
development.md feat(docs): update language to be more conversational 2025-08-16 19:55:45 +00:00
test-infrastructure.md feat(docs): update dev docs regarding tests 2025-07-19 00:43:48 +00:00

README.md

Developer Documentation

This directory contains technical documentation for developers working on Readur.

📋 Table of Contents

🏗️ Architecture & Design

🛠️ Development

⚙️ Technical Guides

🚀 Quick Start for Developers

  1. Read the Architecture Overview to understand the system design
  2. Follow the Development Guide to set up your local environment
  3. Review the Testing Guide to understand our testing approach
  4. Check Database Guardrails for data safety patterns

🤝 Contributing

Please read our Development Guide for:

  • Setting up your development environment
  • Code style guidelines
  • Testing requirements
  • Pull request process

🏷️ Document Categories

  • 📘 User Docs
    Installation, configuration, user guide

  • 🔧 Operations
    Deployment, monitoring, troubleshooting

  • 💻 Developer
    Architecture, development setup, testing

  • 🔌 Integration
    API reference, webhooks, extensions