SurfSense/surfsense_web/app/layout.config.tsx

7 lines
209 B
TypeScript

import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
export const baseOptions: BaseLayoutProps = {
nav: {
title: "SurfSense Docs",
},
githubUrl: "https://github.com/MODSetter/SurfSense",
};