Skip to content

Commit

Permalink
chore(docs): Update adding-search (#31512)
Browse files Browse the repository at this point in the history
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
bozoputer and gatsbybot committed May 21, 2021
1 parent ecaf265 commit 1231e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to/adding-common-features/adding-search.md
Expand Up @@ -43,7 +43,7 @@ Of these, the most common solution is Algolia. The Gatsby docs include a guide t

- [Adding Search with Algolia](/docs/adding-search-with-algolia)

When using Algolia, they host the search index and search engine for you. Your search queries will be sent to their servers which will respond with any results. For UI components, Algolia provides a [React library](https://github.com/algolia/react-instantsearch) has helpful components.
When using Algolia, they host the search index and search engine for you. Your search queries will be sent to their servers which will respond with any results. For UI components, Algolia provides a [React library](https://github.com/algolia/react-instantsearch) that has helpful components.

If you're building a documentation website you can use [Algolia's DocSearch feature](https://community.algolia.com/docsearch/). It will automatically create a search index from the content of your pages.

Expand Down

0 comments on commit 1231e17

Please sign in to comment.