Algolia DocSearch Migration
Algolia DocSearch is migrating to a new system.
Docusaurus v1 sites should upgrade too or search will stop working.
From now on, it is required to use an appId
in your Docusaurus v1 site configuration:
const siteConfig = {
algolia: {
appId: '...', // Now required!
apiKey: '...',
},
};
module.exports = siteConfig;
You should have received an appId
+ apiKey
by email with an invitation to join the Algolia SaaS application.
If you didn't receive any email, please reach out to the Algolia DocSearch support team and they'll invite you.
Further information will be provided on the Docusaurus v2 blog.