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