import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'; import { Logo } from '@/components/Logo'; import { NavLinks } from '@/components/NavLinks'; export function baseOptions(): BaseLayoutProps { return { nav: { title: (
Dokploy
), url: 'https://dokploy.com', children: , }, githubUrl: 'https://github.com/Dokploy/dokploy', }; }