From ece3d04d57573d94b8d5e82e07d01a35375fe738 Mon Sep 17 00:00:00 2001 From: ayip8 <16192761+ayip8@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:22:19 -0500 Subject: [PATCH] docs: Updates the Algolia DocSearch eligibility description to match DocSearch page (#9693) --- website/docs/search.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/search.mdx b/website/docs/search.mdx index d79d1be4e4..95082b2626 100644 --- a/website/docs/search.mdx +++ b/website/docs/search.mdx @@ -25,7 +25,7 @@ There are a few options you can use to add search to your website: Docusaurus has **official support** for [Algolia DocSearch](https://docsearch.algolia.com). -The service is **free** for any open-source project: just make sure to read the [checklist](https://docsearch.algolia.com/docs/who-can-apply/) and [apply to the DocSearch program](https://docsearch.algolia.com/apply). +The service is **free** for any developer documentation or technical blog: just make sure to read the [checklist](https://docsearch.algolia.com/docs/who-can-apply/) and [apply to the DocSearch program](https://docsearch.algolia.com/apply). DocSearch crawls your website once a week (the schedule is configurable from the web interface) and aggregates all the content in an Algolia index. This content is then queried directly from your front-end using the Algolia API.