More adjustments to the docs -- new organization

This commit is contained in:
Morgan Dean
2025-06-24 14:24:08 -07:00
parent 00beab966f
commit 2d7b5d7abc
30 changed files with 685 additions and 1430 deletions

View File

@@ -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>
},
],
}}