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 after build.
Options
To customise search index generation:
| Prop | Type | Default |
|---|---|---|
filter | (path: string) => boolean | - |
productionOnly | boolean | true |
getUrl | (path: string) => string | - |
Last updated on
