From 248129ea2a643edab837df7d6f718b29c0d3cd6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Wed, 2 Jun 2021 11:24:15 +0200 Subject: [PATCH] docs(v2): v2 migration guide: mention Algolia config update --- website/docs/migration/migration-manual.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/migration/migration-manual.md b/website/docs/migration/migration-manual.md index 97766f0dd74c..34611bb83758 100644 --- a/website/docs/migration/migration-manual.md +++ b/website/docs/migration/migration-manual.md @@ -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: