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