Skip to content

Commit 5c85067

Browse files
authored
Merge branch 'main' into meili-bot/add-yamllint
2 parents 84a3bc6 + 488b1cd commit 5c85067

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume
1616

1717
1. **You're familiar with [GitHub](https://github.com) and the [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) (PR) workflow.**
1818
2. **You've read the Meilisearch [documentation](https://docs.meilisearch.com) and the [README](/README.md).**
19-
3. **You know about the [Meilisearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
19+
3. **You know about the [Meilisearch community](https://www.meilisearch.com/docs/learn/what_is_meilisearch/contact.html). Please use this for help.**
2020

2121
## How to Contribute
2222

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
<h4 align="center">
88
<a href="https://github.com/meilisearch/meilisearch">Meilisearch</a> |
9+
<a href="https://www.meilisearch.com/pricing?utm_campaign=oss&utm_source=integration&utm_medium=meilisearch-symfony">Meilisearch Cloud</a> |
910
<a href="https://docs.meilisearch.com">Documentation</a> |
1011
<a href="https://discord.meilisearch.com">Discord</a> |
1112
<a href="https://roadmap.meilisearch.com/tabs/1-under-consideration">Roadmap</a> |
1213
<a href="https://www.meilisearch.com">Website</a> |
13-
<a href="https://docs.meilisearch.com/faq">FAQ</a>
14+
<a href="https://www.meilisearch.com/docs/faq">FAQ</a>
1415
</h4>
1516

1617
<p align="center">
@@ -29,6 +30,7 @@
2930
## Table of Contents <!-- omit in toc -->
3031

3132
- [📖 Documentation](#-documentation)
33+
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
3234
- [📝 Requirements](#-requirements)
3335
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
3436
- [💡 Learn More](#-learn-more)
@@ -38,7 +40,11 @@
3840

3941
Check out the [Uncyclo](https://github.com/meilisearch/meilisearch-symfony/wiki) of this repository to get started! 🚀
4042

41-
Also, see our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/).
43+
Also, see our [Documentation](https://www.meilisearch.com/docs/learn/tutorials/getting_started.html) or our [API References](https://www.meilisearch.com/docs/reference/api/).
44+
45+
## ⚡ Supercharge your Meilisearch experience
46+
47+
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/pricing?utm_campaign=oss&utm_source=integration&utm_medium=meilisearch-symfony). No credit card required.
4248

4349
## 📝 Requirements
4450

@@ -54,10 +60,10 @@ This package guarantees compatibility with [version v1.x of Meilisearch](https:/
5460

5561
The following sections may interest you:
5662

57-
- **Manipulate documents**: see the [API references](https://docs.meilisearch.com/reference/api/documents.html) or read more about [documents](https://docs.meilisearch.com/learn/core_concepts/documents.html).
58-
- **Search**: see the [API references](https://docs.meilisearch.com/reference/api/search.html) or follow our guide on [search parameters](https://docs.meilisearch.com/reference/features/search_parameters.html).
59-
- **Manage the indexes**: see the [API references](https://docs.meilisearch.com/reference/api/indexes.html) or read more about [indexes](https://docs.meilisearch.com/learn/core_concepts/indexes.html).
60-
- **Configure the index settings**: see the [API references](https://docs.meilisearch.com/reference/api/settings.html) or follow our guide on [settings parameters](https://docs.meilisearch.com/reference/features/settings.html).
63+
- **Manipulate documents**: see the [API references](https://www.meilisearch.com/docs/reference/api/documents) or read more about [documents](https://www.meilisearch.com/docs/learn/core_concepts/documents.html).
64+
- **Search**: see the [API references](https://www.meilisearch.com/docs/reference/api/search) or follow our guide on [search parameters](https://www.meilisearch.com/docs/reference/api/search#search-parameters).
65+
- **Manage the indexes**: see the [API references](https://www.meilisearch.com/docs/reference/api/indexes) or read more about [indexes](https://www.meilisearch.com/docs/learn/core_concepts/indexes.html).
66+
- **Configure the index settings**: see the [API references](https://www.meilisearch.com/docs/reference/api/settings) or follow our guide on [settings parameters](https://www.meilisearch.com/docs/reference/api/settings#settings_parameters).
6167

6268
📖 Also, check out the [Uncyclo](https://github.com/meilisearch/meilisearch-symfony/wiki) of this repository!
6369

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"doctrine/doctrine-bundle": "^2.4",
2424
"meilisearch/meilisearch-php": "^1.0.0",
2525
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
26+
"symfony/polyfill-php80": "^1.27",
2627
"symfony/property-access": "^4.4 || ^5.0 || ^6.0",
2728
"symfony/serializer": "^4.4 || ^5.0 || ^6.0"
2829
},

0 commit comments

Comments
 (0)