import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; export const baseOptions: BaseLayoutProps = { nav: { title: ( Multica Docs ), }, links: [ { text: "GitHub", url: "https://github.com/multica-ai/multica", }, { text: "Cloud", url: "https://multica.ai", }, ], };