/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v16.2.12
apps/docs/source.config.ts
22 строки
436 B
Delba de Oliveira
Docs: POC (#81419)
15 июл 2025, 15:37
Не верифицирован
15 июл 2025, 15:37
409b14c
Код
Авторство
О чём код?
import { defineConfig, defineDocs, frontmatterSchema, metaSchema, } from 'fumadocs-mdx/config' // You can customise Zod schemas for frontmatter and `meta.json` here // see https://fumadocs.vercel.app/docs/mdx/collections#define-docs export const docs = defineDocs({ docs: { schema: frontmatterSchema, }, meta: { schema: metaSchema, }, dir: '../../docs', }) export default defineConfig({ mdxOptions: {}, })