mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 19:03:38 +02:00
docs(v2): v2 migration guide: mention Algolia config update (#4885)
This commit is contained in:
parent
1afb0dc219
commit
57a0a69137
1 changed files with 8 additions and 0 deletions
|
@ -294,6 +294,14 @@ module.exports = {
|
|||
};
|
||||
```
|
||||
|
||||
:::caution
|
||||
|
||||
Your Algolia DocSearch v1 config (found [here](https://github.com/algolia/docsearch-configs/blob/master/configs)) should be updated for Docusaurus v2 ([example](https://github.com/algolia/docsearch-configs/tree/master/configs/docusaurus-2.json)).
|
||||
|
||||
You can contact the DocSearch team (@shortcuts, @s-pace) for support. They can update it for you and trigger a recrawl of your site to restore the search (otherwise you will have to wait up to 24h for the next scheduled crawl)
|
||||
|
||||
:::
|
||||
|
||||
#### `blogSidebarCount` {#blogsidebarcount}
|
||||
|
||||
Deprecated. Pass it as a blog option to `@docusaurus/preset-classic` instead:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue