Skip to content

Commit 164e053

Browse files
committed
Remove unecessary double lines
1 parent c681f3d commit 164e053

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ yarn develop
7878

7979
If you don't have a running Strapi project yet, you can either launch the [playground present in this project](#playground) or [create a Strapi Project](#create-strapi-project).
8080

81-
8281
We recommend adding your collections in development mode to allow the server reloads needed to apply hooks.
8382

8483
```bash
@@ -104,7 +103,6 @@ For example, using the credentials used in the [above section](#-run-meilisearch
104103

105104
Once completed, click on the `add` button.
106105

107-
108106
### 🚛 Add your collections to MeiliSearch
109107

110108
If you don't have any collection yet in your Strapi Plugin, please follow [Strapi quickstart](https://strapi.io/documentation/developer-docs/latest/getting-started/quick-start.html).
@@ -124,12 +122,10 @@ By clicking on the left checkbox, the collection is automatically indexed in Mei
124122
Hooks are listeners that update MeiliSearch each time you add/update/delete an entry in your collections.
125123
To activate them, you will have to reload the server. If you are in develop mode, click on the red `Reload Server` button. If not, reload the server manually!
126124

127-
128125
<p align="center">
129126
<img src="./assets/no_reload_needed.png" alt="Indexed collections are hooked" width="600"/>
130127
</p>
131128

132-
133129
### 🕵️‍♀️ Start Searching
134130

135131
Once you have a collection containing documents indexed in MeiliSearch, you can [start searching](https://docs.meilisearch.com/learn/getting_started/quick_start.html#search).
@@ -142,7 +138,6 @@ To search in MeiliSearch, you can use the [instant-meilisearch](https://github.c
142138

143139
You can have a front up and running in record time with [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch).
144140

145-
146141
<p align="center">
147142
<img src="./assets/obrigado.gif" alt="Restaurant demo" width="600"/>
148143
</p>
@@ -297,7 +292,6 @@ yarn develop
297292

298293
You can now use the plugin on your Strapi project.
299294

300-
301295
## 🤖 Compatibility with MeiliSearch and Strapi
302296

303297
Complete installation requirements are the same as for Strapi itself and can be found in the documentation under [installation Requirements](https://strapi.io/documentation/v3.x/installation/cli.html#step-1-make-sure-requirements-are-met).
@@ -341,4 +335,3 @@ Using the [foodadvisor](https://github.com/strapi/foodadvisor) restaurant demo S
341335
<p align="center">
342336
<img src="./assets/restaurant.gif" alt="Fooradvisor demo" width="600"/>
343337
</p>
344-

0 commit comments

Comments
 (0)