mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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.
14 lines
783 B
Markdown
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`.
|