mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
feat: support fumadocs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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()],
|
||||
});
|
||||
Reference in New Issue
Block a user