You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/docs/theme/default-theme-config.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@ If you need full text search, you can use [Algolia Search](#algolia-search).
399
399
400
400
### Algolia Search
401
401
402
-
The `themeConfig.algolia` option allows you to use [Algolia DocSearch](https://community.algolia.com/docsearch/) to replace the simple built-in search. To enable it, you need to provide at least `apiKey` and `indexName`:
402
+
The `themeConfig.algolia` option allows you to use [Algolia DocSearch](https://docsearch.algolia.com/) to replace the simple built-in search. To enable it, you need to provide at least `apiKey` and `indexName`:
403
403
404
404
```js
405
405
// .vuepress/config.js
@@ -416,7 +416,7 @@ module.exports = {
416
416
```
417
417
418
418
::: warning Note
419
-
Unlike the [built-in search](#built-in-search) engine which works out of the box, [Algolia DocSearch](https://community.algolia.com/docsearch/) requires you to submit your site to them for indexing before it starts working.
419
+
Unlike the [built-in search](#built-in-search) engine which works out of the box, [Algolia DocSearch](https://docsearch.algolia.com/) requires you to submit your site to them for indexing before it starts working.
420
420
:::
421
421
422
422
For more options, check out [Algolia DocSearch’s documentation](https://github.com/algolia/docsearch#docsearch-options).
0 commit comments