docs: update README and configuration files for consistency and clarity

This commit is contained in:
Mauricio Siu
2025-11-30 01:46:10 -06:00
parent 9989eebf52
commit d79a68b9f0
86 changed files with 3152 additions and 2760 deletions

View File

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