|
28 | 28 |
|
29 | 29 | ## Table of Contents <!-- omit in toc -->
|
30 | 30 |
|
31 |
| -- [🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch) |
32 |
| -- [✨ Features](#-features) |
33 | 31 | - [📖 Documentation](#-documentation)
|
| 32 | +- [📝 Requirements](#-requirements) |
| 33 | +- [🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch) |
| 34 | +- [💡 Learn More](#-learn-more) |
34 | 35 | - [⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
|
35 | 36 |
|
36 |
| -## 🤖 Compatibility with MeiliSearch |
| 37 | +## 📖 Documentation |
37 | 38 |
|
38 |
| -This package only guarantees the compatibility with the [version v0.18.1 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.18.1). |
| 39 | +Check out the [Uncyclo](https://github.com/meilisearch/meilisearch-symfony/wiki) of this repository to get started! 🚀 |
| 40 | + |
| 41 | +Also, see our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/). |
39 | 42 |
|
40 |
| -## ✨ Features |
| 43 | +## 📝 Requirements |
41 | 44 |
|
42 | 45 | * **Require** PHP 7.2 and later.
|
43 | 46 | * **Compatible** with Symfony 4.0 and later.
|
44 | 47 | * **Support** Doctrine ORM and Doctrine MongoDB.
|
45 | 48 |
|
46 |
| -## 📖 Documentation |
| 49 | +## 🤖 Compatibility with MeiliSearch |
| 50 | + |
| 51 | +This package only guarantees the compatibility with the [version v0.18.1 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.18.1). |
| 52 | + |
| 53 | +## 💡 Learn More |
| 54 | + |
| 55 | +The following sections may interest you: |
47 | 56 |
|
48 |
| -Complete documentation of the MeiliSearch Bundle is available in the [Uncyclo section](https://github.com/meilisearch/meilisearch-symfony/wiki). |
| 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). |
49 | 61 |
|
50 |
| -You can also check out the [MeiliSearch documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html). |
| 62 | +📖 Also, check out the [Uncyclo](https://github.com/meilisearch/meilisearch-symfony/wiki) of this repository! |
51 | 63 |
|
52 | 64 | ## ⚙️ Development Workflow and Contributing
|
53 | 65 |
|
|
0 commit comments