aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/source.config.ts
blob: 05640685f8ce0b71932833f4ac9f44338fbf1ebc (plain) (blame)
1
2
3
4
5
6
7
import { defineConfig, defineDocs } from 'fumadocs-mdx/config';

export const docs = defineDocs({
  dir: 'content/docs',
});

export default defineConfig();