Generate Search IndexesGenerate Search IndexesIntegrate with search solutions seamlesslyUsage import createMDX from 'fumadocs-mdx/config'; /** @type {import('next').NextConfig} */ const config = { reactStrictMode: true, }; const withMDX = createMDX({ buildSearchIndex: {}, // [code: hightlight] }); export default withMDX(config);Last updated on Last Modified TimeValidation