Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6430ac

Browse filesBrowse files
authored
chore: fix dead Algolia DocSearch links (#3097)
1 parent d692cc8 commit f6430ac
Copy full SHA for f6430ac

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎packages/docs/docs/theme/default-theme-config.md

Copy file name to clipboardExpand all lines: packages/docs/docs/theme/default-theme-config.md
+2-2
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ If you need full text search, you can use [Algolia Search](#algolia-search).
399399

400400
### Algolia Search
401401

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`:
403403

404404
``` js
405405
// .vuepress/config.js
@@ -416,7 +416,7 @@ module.exports = {
416416
```
417417

418418
::: 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.
420420
:::
421421

422422
For more options, check out [Algolia DocSearch’s documentation](https://github.com/algolia/docsearch#docsearch-options).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.