mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 07:51:52 +08:00
feat: support fumadocs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
|
||||
export function baseOptions(): BaseLayoutProps {
|
||||
return {
|
||||
githubUrl: "https://github.com/ReaJason/MemShellParty",
|
||||
nav: {
|
||||
title: "MemShellParty",
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user