Files
roboco/usage.md
T
Renn F 28bb3b4374 docs: drop the unowned roboco.dev custom domain; serve on github.io
roboco.dev is not ours, so the docs.roboco.dev custom domain can never resolve. Remove the docs/CNAME and the custom-domain site_url, and point the advertised docs URL at the free GitHub Pages project URL (https://rennf93.github.io/roboco/) — no DNS required.
2026-06-22 16:09:05 +02:00

14 lines
783 B
Markdown

# RoboCo Usage Guide
> **This guide has moved.** Operating RoboCo is now documented in the full docs site at **[rennf93.github.io/roboco](https://rennf93.github.io/roboco/)** (source under [`docs/`](docs/)).
Jump straight to:
- **[Your first task](docs/get-started/first-task.md)** — hand the company work and watch it run.
- **[Operating the Panel](docs/panel/index.md)** — a page-by-page reference for the control panel.
- **[The task lifecycle](docs/company/task-lifecycle.md)** — the states every task moves through.
- **[Cost & observability](docs/operations/cost-and-usage.md)** — token usage, cost, and resource footprint.
- **[API reference](docs/api/rest-api.md)** — creating and monitoring tasks over the API.
Preview the site locally with `make serve-docs`.