Skip to content

Commit

Permalink
docs: Enforce consistent naming to reduce confusion (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen authored and ulivz committed May 1, 2019
1 parent 974b154 commit 3c560d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/docs/theme/default-theme-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ search: false
```

::: tip
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).
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).
:::

### Algolia Search
### Algolia DocSearch

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

Expand Down

0 comments on commit 3c560d1

Please sign in to comment.