import { Image } from "fumadocs-core/framework"; import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; export function baseOptions(): BaseLayoutProps { return { nav: { title: ( Memegoat Logo Memegoat ), }, links: [ { text: "Documentation", url: "/docs", active: "nested-url", }, { text: "GitHub", url: "https://git.yidhra.fr/Mathis/memegoat", }, ], }; }