feat: Added FumaDocs

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-22 02:24:13 -07:00
parent 3155e7b0ac
commit 0436d2ab64
16 changed files with 1919 additions and 8 deletions

View file

@ -0,0 +1,9 @@
import defaultMdxComponents from 'fumadocs-ui/mdx';
import type { MDXComponents } from 'mdx/types';
export function getMDXComponents(components?: MDXComponents): MDXComponents {
return {
...defaultMdxComponents,
...components,
};
}