Skip to content

Commit 58113e0

Browse files
authored
Update README (#293)
* add link to logo * replace link to github by website * Update intro text * Update nav-style menu * add utm to links * update docs text
1 parent 9be422c commit 58113e0

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

โ€ŽREADME.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
<p align="center">
2-
<img src="assets/logos/logo.svg" alt="Meilisearch" width="200" height="200" />
2+
<a href="https://www.meilisearch.com/?utm_campaign=oss&utm_source=github&utm_medium=integration-guides" target="_blank">
3+
<img src="assets/logos/logo.svg" alt="Meilisearch" width="200" height="200" />
4+
</a>
35
</p>
46

57

68
<h1 align="center">Meilisearch Integrations</h1>
7-
<h5 align="center">This repository is the central reference for developing and maintaining integrations for <a href="https://github.com/meilisearch/meilisearch">Meilisearch</a>.
9+
<h5 align="center">This repository is the central reference for developing and maintaining integrations for <a href="https://www.meilisearch.com/?utm_campaign=oss&utm_source=github&utm_medium=integration-guides" target="_blank">Meilisearch</a>.
810
</h5>
911

1012
<h4 align="center">
11-
<a href="https://github.com/meilisearch/meilisearch">Meilisearch</a> |
12-
<a href="https://docs.meilisearch.com">Documentation</a> |
13-
<a href="https://discord.meilisearch.com">Discord</a> |
14-
<a href="https://www.meilisearch.com">Website</a> |
15-
<a href="https://blog.meilisearch.com">Blog</a> |
16-
<a href="https://fr.linkedin.com/company/meilisearch">LinkedIn</a> |
17-
<a href="https://twitter.com/meilisearch">Twitter</a> |
18-
<a href="https://www.meilisearch.com/docs/faq/">FAQ</a>
13+
<a href="https://www.meilisearch.com/?utm_campaign=oss&utm_source=github&utm_medium=integration-guides">Website</a> |
14+
<a href="https://roadmap.meilisearch.com/tabs/1-under-consideration">Roadmap</a> |
15+
<a href="https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=integration-guides">Meilisearch Cloud</a> |
16+
<a href="https://blog.meilisearch.com/?utm_campaign=oss&utm_source=github&utm_medium=integration-guides">Blog</a> |
17+
<a href="https://docs.meilisearch.com/?utm_campaign=oss&utm_source=github&utm_medium=integration-guides">Documentation</a> |
18+
<a href="https://docs.meilisearch.com/faq/?utm_campaign=oss&utm_source=github&utm_medium=integration-guides">FAQ</a> |
19+
<a href="https://discord.meilisearch.com/?utm_campaign=oss&utm_source=github&utm_medium=integration-guides">Discord</a>
1920
</h4>
2021

21-
**The Integration Team owns all the repositories and tools that help the users integrate Meilisearch in their project.**
22+
> Meilisearch is an open-source search engine that offers fast, relevant search out of the box.
2223
23-
## ๐Ÿ›  Our Integrations
24+
๐Ÿ‘‰ [Meilisearch repository](https://github.com/meilisearch/meilisearch)
25+
26+
## ๐Ÿ›  Meilisearch Integrations
2427

2528
Here are the different groups of integrations:
2629

@@ -72,9 +75,9 @@ The exhaustive list of the maintained repositories by the team is available belo
7275
- [meilisearch-kubernetes](https://github.com/meilisearch/meilisearch-kubernetes): A helm chart that help you deploying Meilisearch on Kubernetes.
7376
- [Cloud Providers](https://github.com/meilisearch/cloud-providers): Centralize a set of tools to build Meilisearch images for multiple platforms.
7477
How to deploy a Meilisearch instance on every provider:
75-
- See this [dedicated page for AWS](https://www.meilisearch.com/docs/learn/cookbooks/aws) to use it.
76-
- See this [dedicated page for DigitalOcean](https://www.meilisearch.com/docs/learn/cookbooks/digitalocean) to use it.
77-
- See this [dedicated page for GCP](https://www.meilisearch.com/docs/learn/cookbooks/gcp) to use it.
78+
- See this [dedicated page for AWS](https://www.meilisearch.com/docs/learn/cookbooks/aws?utm_campaign=oss&utm_source=github&utm_medium=integration-guides) to use it.
79+
- See this [dedicated page for DigitalOcean](https://www.meilisearch.com/docs/learn/cookbooks/digitalocean?utm_campaign=oss&utm_source=github&utm_medium=integration-guides) to use it.
80+
- See this [dedicated page for GCP](https://www.meilisearch.com/docs/learn/cookbooks/gcp?utm_campaign=oss&utm_source=github&utm_medium=integration-guides) to use it.
7881

7982
### <img src="assets/icons/other.png" width="20"> Misc
8083

@@ -94,7 +97,7 @@ Feel free to take part of our current discussions, or [create a new issue](https
9497

9598
## ๐Ÿ“– Documentation
9699

97-
[Meilisearch docs](https://docs.meilisearch.com) is the official documentation project for Meilisearch.
100+
Read the official [Meilisearch docs](https://docs.meilisearch.com?utm_campaign=oss&utm_source=github&utm_medium=integration-guides).
98101

99102
## ๐Ÿš€ Building an Integration
100103

0 commit comments

Comments
ย (0)