init(Docs): setup docs site with Fumapress and Waku

This commit is contained in:
Prad Nukala
2026-07-12 12:14:51 -04:00
parent faa95b2e8b
commit 8f950111b5
12 changed files with 1704 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { defineConfig, defineDocs } from "fumadocs-mdx/config";
export const docs = defineDocs({
dir: "content/docs",
docs: {
// Required by fumapress' llms.txt plugin (getText("processed")).
postprocess: { includeProcessedMarkdown: true },
},
});
export default defineConfig();