aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/app/lib/layout.shared.tsx
blob: 6c7a35d0e0b7c23c46fc53f64a0ab9184925e05a (plain) (blame)
1
2
3
4
5
6
7
8
9
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';

export function baseOptions(): BaseLayoutProps {
  return {
    nav: {
      title: 'DropOut',
    },
  };
}