mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
docs: Docsearch blog post v1 fixes (#5916)
This commit is contained in:
parent
b873486c87
commit
dee6c4648e
1 changed files with 6 additions and 6 deletions
|
@ -11,11 +11,13 @@ image: /img/blog/2021-05-12-announcing-docusaurus-two-beta/social-card.png
|
||||||
|
|
||||||
Algolia DocSearch is migrating to a new system.
|
Algolia DocSearch is migrating to a new system.
|
||||||
|
|
||||||
Docusaurus v1 sites should upgrade too or search will stop working.
|
Docusaurus v1 sites should upgrade their configuration.
|
||||||
|
|
||||||
<!--truncate-->
|
<!--truncate-->
|
||||||
|
|
||||||
From now on, it is required to use an `appId` in your Docusaurus v1 site 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:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
|
@ -28,8 +30,6 @@ const siteConfig = {
|
||||||
module.exports = siteConfig;
|
module.exports = siteConfig;
|
||||||
```
|
```
|
||||||
|
|
||||||
You should have received an `appId` + `apiKey` by email with an invitation to join the Algolia SaaS application.
|
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.
|
||||||
|
|
||||||
If you didn't receive any email, please reach out to the Algolia DocSearch support team and they'll invite you.
|
More information can be found in on the [DocSearch migration page](https://docsearch.algolia.com/docs/migrating-from-legacy) and we will publish a [Docusaurus v2 blog post](https://v2.docusaurus.io/blog).
|
||||||
|
|
||||||
Further information will be provided on the Docusaurus v2 blog.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue