feat: support fumadocs

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent c21d47140f
commit 4652f644e4
140 changed files with 4788 additions and 1438 deletions
+9
View File
@@ -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",
},
};
}