Skip to content

Commit f06e392

Browse files
committed
Merge branch 'rollup-to-esm-vite' of github.com:flevi29/meilisearch-js into rollup-to-esm-vite
2 parents f001b2d + b9c7f5d commit f06e392

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,8 @@ get_localized_attribute_settings_1: |-
801801
client.index('INDEX_NAME').getLocalizedAttributes()
802802
update_localized_attribute_settings_1: |-
803803
client.index('INDEX_NAME').updateLocalizedAttributes([
804-
{ attributePatterns: ['jpn'], locales: ['*_ja'] },
805-
];)
804+
{ attributePatterns: ['*_ja'], locales: ['jpn'] },
805+
])
806806
reset_localized_attribute_settings_1: |-
807807
client.index('INDEX_NAME').resetLocalizedAttributes()
808808
get_facet_search_settings_1: |-

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
## Table of Contents <!-- omit in TOC -->
3535

3636
- [📖 Documentation](#-documentation)
37-
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
3837
- [🔧 Installation](#-installation)
39-
- [🎬 Getting started](#-getting-started)
38+
- [🚀 Getting started](#-getting-started)
4039
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
4140
- [💡 Learn more](#-learn-more)
4241
- [⚙️ Contributing](#️-contributing)
@@ -48,10 +47,6 @@ This readme and [Meilisearch JS documentation website](https://meilisearch.githu
4847

4948
For general information on how to use Meilisearch—such as our API reference, tutorials, guides, and in-depth articles—refer to our [main documentation website](https://www.meilisearch.com/docs/).
5049

51-
## ⚡ Supercharge your Meilisearch experience
52-
53-
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-js). Get started with a 14-day free trial! No credit card required.
54-
5550
## 🔧 Installation
5651

5752
We recommend installing `meilisearch-js` in your project with your package manager of choice.
@@ -66,7 +61,9 @@ Instead of using a package manager, you may also import the library directly int
6661

6762
### Run Meilisearch <!-- omit in toc -->
6863

69-
To use one of our SDKs, you must first have a running Meilisearch instance. Consult our documentation for [instructions on how to download and launch Meilisearch](https://www.meilisearch.com/docs/learn/getting_started/installation#installation).
64+
⚡️ **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=meilisearch-js).
65+
66+
🪨 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=meilisearch-js) our fast, open-source search engine on your own infrastructure.
7067

7168
### Import <!-- omit in toc -->
7269

@@ -133,7 +130,7 @@ const client = new MeiliSearch({
133130
})
134131
```
135132

136-
## 🎬 Getting started
133+
## 🚀 Getting started
137134

138135
### Add documents <!-- omit in toc -->
139136

0 commit comments

Comments
 (0)