mirror of
https://github.com/trycua/computer.git
synced 2026-01-02 03:20:22 -06:00
More organization, favicon
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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
BIN
docs/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Reference in New Issue
Block a user