diff --git a/docs/content/docs/home/guides/developer-guide.mdx b/docs/content/docs/home/guides/developer-guide.mdx
index e280b49d..41cb8c3b 100644
--- a/docs/content/docs/home/guides/developer-guide.mdx
+++ b/docs/content/docs/home/guides/developer-guide.mdx
@@ -1,14 +1,14 @@
---
title: Developer Guide
-description: The guide for developing within the cua repository.
+description: Set up development for the Cua open source repository.
---
import { GithubInfo } from 'fumadocs-ui/components/github-info';
-
-
## Project Structure
+
+
The project is organized as a monorepo with these main packages:
### Python
diff --git a/docs/content/docs/home/index.mdx b/docs/content/docs/home/index.mdx
index 8d06745d..80588f1d 100644
--- a/docs/content/docs/home/index.mdx
+++ b/docs/content/docs/home/index.mdx
@@ -3,6 +3,10 @@ title: Home
icon: House
---
+import { buttonVariants } from 'fumadocs-ui/components/ui/button';
+import { cn } from 'fumadocs-ui/utils/cn';
+import { ChevronRight } from 'lucide-react';
+
## What is C/ua?
C/ua is a collection of cross-platform libraries and tools for building Computer-Use AI agents.
@@ -26,6 +30,27 @@ C/ua is a collection of cross-platform libraries and tools for building Computer
+---
+
+
+ **Need detailed API documentation?**
+
+ Explore the complete API reference with detailed class documentation, and
+ method signatures.
+
+
+ View API Reference
+
+
+
+
## Resources
- [How to use the MCP Server with Claude Desktop or other MCP clients](./libraries/mcp-server) - One of the easiest ways to get started with C/ua