More organization, favicon

This commit is contained in:
Morgan Dean
2025-06-11 15:49:29 -04:00
parent cb23ba49ef
commit 913ecbb20f
12 changed files with 26 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
---
title: Libraries
description: Libraries
title: Getting Started
description: Getting started with the c/ua libraries
---
## Libraries
## Overview
The CUA project provides several libraries for building Computer-Use AI agents.

View File

@@ -1,5 +1,20 @@
{
"title": "Libraries",
"description": "Libraries",
"root": true
"icon": "Library",
"root": true,
"pages": [
"index",
"---Libraries---",
"agent",
"computer",
"computer-server",
"cloud",
"core",
"lume",
"lumier",
"mcp-server",
"pylume",
"som"
]
}

View File

@@ -1,4 +1,4 @@
import { createMDX } from "fumadocs-mdx/next";
import { createMDX } from 'fumadocs-mdx/next';
const withMDX = createMDX();
@@ -10,8 +10,12 @@ const config = {
dangerouslyAllowSVG: true,
remotePatterns: [
{
protocol: "https",
hostname: "img.shields.io",
protocol: 'https',
hostname: 'img.shields.io',
},
{
protocol: 'https',
hostname: 'starchart.cc',
},
],
},

BIN
docs/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB