mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-19 02:34:37 -05:00
docs: updated docs with new base url, content, styles
This commit is contained in:
@@ -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>
|
||||
),
|
||||
@@ -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';
|
||||
|
||||
@@ -18,11 +18,4 @@ export const baseOptions: BaseLayoutProps = {
|
||||
</>
|
||||
),
|
||||
},
|
||||
links: [
|
||||
{
|
||||
text: 'Documentation',
|
||||
url: '/docs',
|
||||
active: 'nested-url',
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user