Initial refactor docs

This commit is contained in:
f-trycua
2025-11-12 12:55:35 +01:00
parent 67ee0e1d65
commit eaaf592f26
4 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
"custom-computer-handlers",
"prompt-caching",
"usage-tracking",
"telemetry",
"benchmarks",
"migration-guide",
"integrations"

View File

@@ -8,6 +8,7 @@ import { Monitor, Code, BookOpen, Zap, Bot, Boxes, Rocket } from 'lucide-react';
Cua is an open-source framework for building **Computer-Use Agents** - AI systems that see, understand, and interact with desktop applications through vision and action, just like humans do.
<br/>
Go from prototype to production with everything you need: multi-provider LLM support, cross-platform sandboxes, and trajectory tracing. Whether you're running locally or deploying to the cloud, Cua gives you the tools to build reliable computer-use agents.
@@ -40,12 +41,12 @@ Explore real-world examples in our [blog posts](https://cua.ai/blog).
## Get started
Follow the [Quickstart guide](/quickstart-devs) for step-by-step setup with Python or TypeScript.
Follow the [Quickstart guide](/docs/get-started/quickstart) for step-by-step setup with Python or TypeScript.
If you're new to computer-use agents, check out our [tutorials](https://cua.ai/blog), [examples](https://github.com/trycua/cua/tree/main/examples), and [notebooks](https://github.com/trycua/cua/tree/main/notebooks) to start building with Cua today.
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8">
<Card icon={<Rocket />} href="/quickstart-devs" title="Quickstart">
<Card icon={<Rocket />} href="/docs/get-started/quickstart" title="Quickstart">
Get up and running in 3 steps with Python or TypeScript.
</Card>
<Card icon={<BookOpen />} href="/agent-sdk/agent-loops" title="Learn Core Concepts">

View File

@@ -3,5 +3,5 @@
"description": "Get started with Cua",
"defaultOpen": true,
"icon": "Rocket",
"pages": ["introduction", "quickstart", "telemetry"]
"pages": ["introduction", "quickstart"]
}