mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
feat: upgrade docs
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import { defineConfig, defineDocs } from "fumadocs-mdx/config";
|
||||
import { defineConfig, defineDocs } from 'fumadocs-mdx/config';
|
||||
|
||||
export const docs = defineDocs({
|
||||
dir: "content/docs",
|
||||
dir: 'content/docs',
|
||||
docs: {
|
||||
postprocess: {
|
||||
includeProcessedMarkdown: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default defineConfig({});
|
||||
export default defineConfig();
|
||||
Reference in New Issue
Block a user