File size: 245 Bytes
af83196
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';

export function baseOptions(): BaseLayoutProps {
  return {
    nav: {
      title: 'SkyDiscover',
    },
    githubUrl: 'https://github.com/skydiscover-ai/skydiscover',
  };
}