Algolia DocSearch Migration
Algolia DocSearch is migrating to a new system.
Docusaurus v1 sites should upgrade their configuration.
Algolia will stop crawling and updating your existing index soon, potentially leading to stale search results.
From now on, it will be required to use an appId
in your Docusaurus v1 site configuration:
const siteConfig = {
algolia: {
appId: '...', // Now required!
apiKey: '...',
},
};
module.exports = siteConfig;
The migration will roll out in batches, and you should receive a new appId
and apiKey
by email soon, with an invitation to join the Algolia SaaS application.
More information can be found in on the DocSearch migration page and we will publish a Docusaurus v2 blog post.