mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
10 lines
242 B
TypeScript
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",
|
|
},
|
|
};
|
|
}
|