Generate Search Indexes
Integrate with search solutions seamlessly
Usage
Add buildSearchIndex
to options.
After running next build
, generated search indexes will be written to .next/server/chunks/fumadocs_search.json
.
You can access them with JSON.parse
.
Options
Prop | Type | Default |
---|
Last updated on