docs: updated docs with new base url, content, styles

This commit is contained in:
Waleed Latif
2025-04-11 22:08:15 -07:00
parent bace01fe56
commit cec30d07f6
16 changed files with 56 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ export default function Layout({ children }: { children: ReactNode }) {
nav={{
title: (
<div className="flex items-center gap-2">
<AgentIcon className="h-4 w-4" />
<AgentIcon className="h-4 w-4 text-[#8b5cf6]" />
Sim Studio
</div>
),

View File

@@ -1,5 +1,7 @@
@import 'tailwindcss';
@import 'fumadocs-ui/css/neutral.css';
@import 'fumadocs-ui/css/preset.css';
:root {
--color-fd-primary: #8b5cf6; /* or your desired purple hue */
}
@source '../node_modules/fumadocs-ui/dist/**/*.js';

View File

@@ -18,11 +18,4 @@ export const baseOptions: BaseLayoutProps = {
</>
),
},
links: [
{
text: 'Documentation',
url: '/docs',
active: 'nested-url',
},
],
}