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
+6-21Lines changed: 6 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,18 +52,13 @@ To make it work, You need to have your documentation's content in a Meilisearch
52
52
53
53
## Table of Contents <!-- omit in toc -->
54
54
55
-
-[⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
56
55
-[🔧 Installation](#-installation)
57
-
-[🎬 Getting Started](#-getting-started)
56
+
-[🚀 Getting started](#-getting-started)
58
57
-[🎨 Customization](#-customization)
59
58
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
60
59
-[⚙️ Development Workflow and Contributing](#%EF%B8%8F-development-workflow-and-contributing)
61
60
-[🥇 Credits](#-credits)
62
61
63
-
## ⚡ Supercharge your Meilisearch experience
64
-
65
-
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=docs-searchbar.js). Get started with a 14-day free trial! No credit card required.
66
-
67
62
## 🔧 Installation
68
63
69
64
**With npm**:
@@ -85,22 +80,11 @@ Add the following script into your `HTML` file:
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/reference/features/installation.html#download-and-launch).
91
-
92
-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
83
+
### Run Meilisearch <!-- omit in toc -->
93
84
94
-
```bash
95
-
# Install Meilisearch
96
-
curl -L https://install.meilisearch.com | sh
97
-
98
-
# Launch Meilisearch
99
-
./meilisearch --master-key=masterKey
100
-
```
101
-
102
-
NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**.
85
+
⚡️ **Launch, scale, and streamline in minutes with Meilisearch Cloud**—no maintenance, no commitment, cancel anytime. [Try it free now](https://cloud.meilisearch.com/login?utm_campaign=oss&utm_source=github&utm_medium=docs-searchbar.js).
103
86
87
+
🪨 Prefer to self-host? [Download and deploy](https://www.meilisearch.com/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch?utm_campaign=oss&utm_source=github&utm_medium=docs-searchbar.js) our fast, open-source search engine on your own infrastructure.
104
88
### Index your data <!-- omit in toc -->
105
89
106
90
The goal of this library is to provide a front-end search bar into your own documentation. To make that possible, you need to gather your website content in advance, and index it in a Meilisearch instance.
@@ -115,7 +99,8 @@ We recommend using the [`docs-scraper` tool](https://github.com/meilisearch/docs
115
99
116
100
If you already have your own scraper but you still want to use Meilisearch and `docs-searchbar.js`, check out [this discussion](https://github.com/meilisearch/docs-searchbar.js/issues/40).
0 commit comments