mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 21:09:22 +00:00
12 lines
212 B
TypeScript
12 lines
212 B
TypeScript
import { defineDocs } from 'fumadocs-mdx/config'
|
|
|
|
export const docs = defineDocs({
|
|
dir: 'content/docs',
|
|
docs: {
|
|
// options for `doc` collection
|
|
},
|
|
meta: {
|
|
// options for `meta` collection
|
|
},
|
|
})
|