Files
MemShellParty/web/app/lib/source.ts
T
2025-12-08 01:43:41 +08:00

10 lines
288 B
TypeScript

import { loader } from "fumadocs-core/source";
import { lucideIconsPlugin } from "fumadocs-core/source/lucide-icons";
import { docs } from "../../.source/server";
export const source = loader({
source: docs.toFumadocsSource(),
baseUrl: "/docs",
plugins: [lucideIconsPlugin()],
});