mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 12:30:08 -06:00
More adjustments to the docs -- new organization
This commit is contained in:
@@ -13,7 +13,16 @@ export default function Layout({ children }: { children: ReactNode }) {
|
||||
{
|
||||
url: "/v1",
|
||||
title: "API v1",
|
||||
icon: <CodeXml />,
|
||||
icon: <div
|
||||
className="rounded-lg bg-blue-500/10 border max-md:p-1.5 p-1"
|
||||
style={
|
||||
{
|
||||
color: 'var(--color-blue-500)',
|
||||
} as object
|
||||
}
|
||||
>
|
||||
<CodeXml />
|
||||
</div>
|
||||
},
|
||||
],
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user