aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/app/lib/layout.shared.tsx
blob: af2b6f03192d62064bd2479d1339c71d7cd4473b (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: 'React Router',
    },
  };
}