import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'; import { GiftIcon } from 'lucide-react'; /** * Shared layout configurations * * you can customise layouts individually from: * Home Layout: app/(home)/layout.tsx * Docs Layout: app/docs/layout.tsx */ export function baseOptions(): BaseLayoutProps { return { nav: { title: ( <> ckanaction ), }, // see https://fumadocs.dev/docs/ui/navigation/links links: [], githubUrl: "https://github.com/dathere/ckanaction" }; }