import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'; // The Warmbly mark (same path as site/'s Logo.astro), monochrome via currentColor. function Mark() { return ( ); } export function baseOptions(): BaseLayoutProps { return { nav: { title: (
Warmbly Docs
), }, githubUrl: 'https://github.com/warmbly/warmbly', links: [ { text: 'warmbly.com', url: 'https://warmbly.com', }, { text: 'Dashboard', url: 'https://app.warmbly.com', }, ], }; }