Skip to content

Commit 3c560d1

Browse files
bencodezenulivz
authored andcommitted
docs: Enforce consistent naming to reduce confusion (#1567)
1 parent 974b154 commit 3c560d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ search: false
327327
```
328328

329329
::: tip
330-
Built-in Search only builds index from the title, `h2` and `h3` headers, if you need full text search, you can use [Algolia Search](#algolia-search).
330+
Built-in Search only builds index from the title, `h2` and `h3` headers, if you need full text search, you can use [Algolia DocSearch](#algolia-docsearch).
331331
:::
332332

333-
### Algolia Search
333+
### Algolia DocSearch
334334

335335
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`:
336336

0 commit comments

Comments
 (0)