Comprehensive documentation for the AI Ranch system.
docs/
├── api-reference.md # REST API documentation
└── quick-start.md # Getting started guide
Complete REST API documentation including:
- Base URL and endpoints
- Request/Response formats
- Query parameters
- Error handling
- Species types reference
- Task status definitions
- Evolution phases
Target Audience: Developers integrating with the AI Ranch API
Step-by-step guide for getting started:
- Installation instructions
- First steps walkthrough
- Dashboard overview
- API usage examples
- breed.md basics
- Night School introduction
Target Audience: New users setting up AI Ranch
AI Ranch Documentation
│
├── Getting Started
│ ├── Installation
│ ├── Dashboard Tour
│ └── First Task
│
├── Core Concepts
│ ├── Species System
│ ├── Collie Orchestrator
│ ├── breed.md DNA
│ └── Night School Evolution
│
├── API Reference
│ ├── Species API
│ ├── Tasks API
│ └── Evolution API
│
├── Advanced Topics
│ ├── Custom Species
│ ├── LoRA Integration
│ └── Channel Connectors
│
└── Reference
├── Type Definitions
└── Error Codes
When adding new documentation:
- Use Markdown - All docs are in
.mdformat - Include examples - Code examples for API usage
- Keep it updated - Sync with code changes
- Use clear headings - Hierarchical organization