Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Mar 6, 2024
1 parent f4aa6b6 commit 84ec48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/mdx/search-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const withMDX = createMDX({
export default withMDX(config);
```

Generated search indexes will be written to `.next/server/chunks/fumadocs_search.json`.
After running `next build`, generated search indexes will be written to `.next/server/chunks/fumadocs_search.json`.
You can access them with `JSON.parse`.

```ts title="update-index.mts"
Expand Down

0 comments on commit 84ec48e

Please sign in to comment.