You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,11 @@ Add your Strapi collections into a MeiliSearch instance. The plugin listens to m
31
31
32
32
-[📖 Documentation](#-documentation)
33
33
-[🔧 Installation](#-installation)
34
-
-[✌️ Requirements](#-requirements)
35
34
-[🎬 Getting Started](#-getting-started)
36
35
-[🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
37
36
-[💡 Learn More](#-learn-more)
38
37
-[⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
39
-
-[📜 API Resources](#-api-resources)
38
+
-[✋ Requirements](#-requirements)
40
39
41
40
## 📖 Documentation
42
41
@@ -62,9 +61,7 @@ To apply the plugin to Strapi, a re-build is needed:
62
61
strapi build
63
62
```
64
63
65
-
## ✌️ Requirements
66
-
67
-
You will need both a running Strapi app and a running MeiliSearch instance.
64
+
You will need both a running Strapi app and a running MeiliSearch instance. For [specific version requirements see this section](#-requirements).
68
65
69
66
### 🏃♀️ Run MeiliSearch
70
67
@@ -90,13 +87,9 @@ strapi develop
90
87
91
88
## 🎬 Getting Started
92
89
93
-
Now that you have installed the plugin, a running meiliSearch instance and, a running Strapi app, lets go on your admin panel `mydomain/admin`.
94
-
95
-
On the left-navbar MeiliSearch appears under the `PLUGINS` category.
96
-
97
-

90
+
Now that you have installed the plugin, a running meiliSearch instance and, a running Strapi app, lets go the plugin page on your admin dashboard.
98
91
99
-
Clicking on the plugin will bring you to the MeiliSearch dashboard.
92
+
On the left-navbar `MeiliSearch` appears under the `PLUGINS` category. If it does not, ensure that you have installed the plugin and re-build Strapi (see [installation](#-installation)).
0 commit comments