mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import { defineConfig, defineDocs } from "fumadocs-mdx/config";
|
|
export const docs = defineDocs({
|
|
dir: "content/docs",
|
|
});
|
|
|
|
export default defineConfig({});
|