refactor: rename folder v2 and delete old docs

This commit is contained in:
Mauricio Siu
2024-11-09 23:40:18 -06:00
parent 6904d2d663
commit 86020f3af8
390 changed files with 1274 additions and 71353 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig, defineDocs } from "fumadocs-mdx/config";
export const { docs, meta } = defineDocs({
dir: "content/docs",
});
export default defineConfig();