feat: create core documentation

This commit is contained in:
Daniel Luiz Alves
2025-03-20 16:25:38 -03:00
parent 3ac658b72d
commit 93b6f2e3f5
50 changed files with 3091 additions and 4284 deletions

View File

@@ -1,10 +0,0 @@
import { createMDX } from 'fumadocs-mdx/next';
const withMDX = createMDX();
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
};
export default withMDX(config);