import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; export function baseOptions(): BaseLayoutProps { return { githubUrl: "https://github.com/ReaJason/MemShellParty", nav: { title: "MemShellParty", }, }; }