mirror of
https://github.com/prdlk/leetcode.git
synced 2026-08-03 01:41:46 +00:00
chore(Docs): remove fumapress app powered by waku and fumadocs
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import { defineDocs } from "fumadocs-mdx/config";
|
||||
import { metaSchema, pageSchema } from "fumapress/adapters/mdx/schema";
|
||||
|
||||
export const docs = defineDocs({
|
||||
dir: "content",
|
||||
docs: {
|
||||
async: true,
|
||||
schema: pageSchema,
|
||||
postprocess: {
|
||||
includeProcessedMarkdown: true,
|
||||
},
|
||||
},
|
||||
meta: {
|
||||
schema: metaSchema,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user