sky2 / docs /lib /layout.shared.tsx
JustinTX's picture
Add files using upload-large-folder tool
af83196 verified
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
export function baseOptions(): BaseLayoutProps {
return {
nav: {
title: 'SkyDiscover',
},
githubUrl: 'https://github.com/skydiscover-ai/skydiscover',
};
}