Skip to main content

Source: ocean/docs/README.md | ✏️ Edit on GitHub

Ocean Documentation

Welcome to the Ocean project documentation. This directory contains all technical documentation, guides, and architectural decisions for the project.

Documentation Structure

📁 Core Documentation

🔐 Authentication & Setup

🗄️ Supabase Documentation

🧪 Testing Documentation

🎨 Patterns & Best Practices

🏗️ Architecture Decision Records

  • adr/ - Architecture Decision Records documenting key technical decisions

Contributing to Documentation

When adding new documentation:

  1. Place guides and how-tos in this directory
  2. Create ADRs in the adr/ subdirectory
  3. Update this README with links to new documents
  4. Follow the existing format and style
  5. Include practical examples where possible

Documentation Standards

  • Use clear, concise language
  • Include code examples for technical concepts
  • Add diagrams where they aid understanding
  • Keep documentation up-to-date with code changes
  • Review documentation in pull requests