mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
|
|
import { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
|
||
|
|
|
||
|
|
export const baseOptions: BaseLayoutProps = {
|
||
|
|
nav: {
|
||
|
|
title: 'SurfSense Documentation',
|
||
|
|
},
|
||
|
|
};
|