import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; export function baseOptions(): BaseLayoutProps { return { nav: { title: ( Cours Docker ), url: "/docs", transparentMode: "none", }, links: [ { text: "Accueil", url: "/", active: "none", }, ], themeSwitch: { enabled: false, }, }; }