chore(Docs): remove fumapress app powered by waku and fumadocs

This commit is contained in:
Prad Nukala
2026-07-11 16:43:20 -04:00
parent 077cbeeb5a
commit 0ab732e90a
10 changed files with 0 additions and 981 deletions
-16
View File
@@ -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,
},
});