UNPKG

validation-box

Version:

The only validation library - with flexible regex - you need.

12 lines (10 loc) 264 B
import { defineDocs, defineConfig } from 'fumadocs-mdx/config'; import { remarkInstall } from 'fumadocs-docgen'; export const docs = defineDocs({ dir: 'content/docs' }); export default defineConfig({ mdxOptions: { remarkPlugins: [remarkInstall] } });