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

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

export default defineConfig();