Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit f6430ac

Browse files
chore: fix dead Algolia DocSearch links (#3097)
1 parent d692cc8 commit f6430ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /