Files
2025-12-08 01:43:41 +08:00

10 lines
242 B
TypeScript

import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
export function baseOptions(): BaseLayoutProps {
return {
githubUrl: "https://github.com/ReaJason/MemShellParty",
nav: {
title: "MemShellParty",
},
};
}