scaffold docs

This commit is contained in:
Harivansh Rathi 2026-03-25 16:01:43 -04:00 committed by Hari
parent 600fd6503b
commit e3c96878b1
6 changed files with 356 additions and 78 deletions

View file

@ -9,16 +9,22 @@ import DocLayout from "../layouts/DocLayout.astro";
</header>
<p>
X11 desktop control CLI for AI agents on Linux. Snapshot, click, type, and
focus windows through a simple command-line interface with a client-daemon
architecture over Unix sockets.
Desktop control CLI for AI agents on Linux X11. Compact JSON output
for agent loops. Screenshot, click, type, scroll, drag, and manage
windows through a fast client-daemon architecture. 100% native Rust.
</p>
<h2>Documentation</h2>
<h2>Getting started</h2>
<ul>
<li><a href="/installation">Installation</a></li>
<li><a href="/usage">Usage</a></li>
<li><a href="/quick-start">Quick start</a></li>
</ul>
<h2>Reference</h2>
<ul>
<li><a href="/commands">Commands</a></li>
<li><a href="/architecture">Architecture</a></li>
</ul>