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 |
---|---|---|
productionOnly | boolean | true |
getUrl | (path: string) => string | - |
filter | (path: string) => boolean | - |
Last updated on