docs: added algolia guide (#11971)

* initial

* finished changes

* small title change

* improve title

* add cover
This commit is contained in:
Shahed Nasser
2025-03-27 20:22:40 +02:00
committed by GitHub
parent 532780897b
commit 82da3c97a5
9 changed files with 14117 additions and 11487 deletions
File diff suppressed because it is too large Load Diff
+21 -1
View File
@@ -164,4 +164,24 @@ A Payment Module Provider processes payments made in your Medusa store using a t
className="mb-1"
/>
Learn how to create a payment provider in [this guide](/references/payment/provider).
Learn how to create a payment provider in [this guide](/references/payment/provider).
---
## Search
Integrate a search engine to index and search products or other types of data in your Medusa application.
<CardList
items={[
{
href: "/integrations/guides/algolia",
title: "Algolia",
badge: {
variant: "blue",
children: "Tutorial"
}
}
]}
className="mb-1"
/>