Skip to content

Commit

Permalink
docs(v2): v2 migration guide: mention Algolia config update (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Jun 2, 2021
1 parent 1afb0dc commit 57a0a69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/migration/migration-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 57a0a69

Please sign in to comment.