You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/blog/releases/3.9/index.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,14 @@ In [#11327](https://github.com/facebook/docusaurus/pull/11327) and [#11421](http
43
43
</BrowserWindow>
44
44
```
45
45
46
-
:::tip DocSearch v4 is optional
46
+
:::tip DocSearch v4 is opt-in
47
47
48
48
Docusaurus v3 adds support for DocSearch v4 while keeping support for DocSearch v3.
49
49
50
50
Existing sites using DocSearch v3 can either stay on v3 or upgrade to v4 using their package manager (npm command: `npm update @docsearch/react`).
51
51
52
+
When using DocSearch v4, the new AskAI feature is not enabled by default: you also need to [create an AskAI assistant](https://docsearch.algolia.com/docs/v4/askai/) and add it to the [`themeConfig.algolia.askAi` config attribute](/docs/search#ask-ai).
0 commit comments