Generate Search Indexes

Integrate with search solutions seamlessly

Usage

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