mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
12 lines
235 B
TypeScript
12 lines
235 B
TypeScript
import { defineConfig, defineDocs } from 'fumadocs-mdx/config';
|
|
|
|
export const docs = defineDocs({
|
|
dir: 'content/docs',
|
|
docs: {
|
|
postprocess: {
|
|
includeProcessedMarkdown: true,
|
|
},
|
|
},
|
|
});
|
|
|
|
export default defineConfig(); |