Skip to content

Commit 834eae4

Browse files
committed
Update README.md
1 parent aacbd20 commit 834eae4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<img src="https://res.cloudinary.com/meilisearch/image/upload/v1587402338/SDKs/meilisearch_vuepress.svg" alt="MeiliSearch-VuePress" width="200" height="200" />
2+
<img src="https://res.cloudinary.com/meilisearch/image/upload/v1587402338/SDKs/meilisearch_vuepress.svg" alt="Meilisearch-VuePress" width="200" height="200" />
33
</p>
44

5-
<h1 align="center">MeiliSearch VuePress</h1>
5+
<h1 align="center">Meilisearch VuePress</h1>
66

77
<h4 align="center">
8-
<a href="https://github.com/meilisearch/MeiliSearch">MeiliSearch</a> |
8+
<a href="https://github.com/meilisearch/Meilisearch">Meilisearch</a> |
99
<a href="https://docs.meilisearch.com">Documentation</a> |
1010
<a href="https://slack.meilisearch.com">Slack</a> |
1111
<a href="https://roadmap.meilisearch.com/tabs/1-under-consideration">Roadmap</a> |
@@ -20,17 +20,17 @@
2020
<a href="https://app.bors.tech/repositories/28907"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
2121
</p>
2222

23-
<p align="center">⚡ The MeiliSearch plugin for VuePress</p>
23+
<p align="center">⚡ The Meilisearch plugin for VuePress</p>
2424

25-
**MeiliSearch VuePress** is a **MeiliSearch** plugin for VuePress.
25+
**Meilisearch VuePress** is a **Meilisearch** plugin for VuePress.
2626

27-
**MeiliSearch** is an open-source search engine. [Discover what MeiliSearch is!](https://github.com/meilisearch/MeiliSearch)
27+
**Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/Meilisearch)
2828

2929
If you don't use VuePress for your documentation, but you still need a search bar, you might check out this [front-end SDK](https://github.com/meilisearch/docs-searchbar.js).
3030

31-
![MeiliSearch docs demo](assets/docs-searchbar-demo.gif).
31+
![Meilisearch docs demo](assets/docs-searchbar-demo.gif).
3232

33-
This plugin is used in production on the [MeiliSearch documentation](https://docs.meilisearch.com/).
33+
This plugin is used in production on the [Meilisearch documentation](https://docs.meilisearch.com/).
3434

3535
## Table of Contents <!-- omit in toc -->
3636

@@ -39,15 +39,15 @@ This plugin is used in production on the [MeiliSearch documentation](https://doc
3939
- [Installation](#installation)
4040
- [Basic Configuration](#basic-configuration)
4141
- [Customization](#customization)
42-
- [Compatibility with MeiliSearch](#compatibility-with-meilisearch)
42+
- [Compatibility with Meilisearch](#compatibility-with-meilisearch)
4343
- [Development Workflow and Contributing](#development-workflow-and-contributing)
4444
- [Related Repositories](#related-repositories)
4545

4646
## Usage
4747

4848
### Before using the plugin
4949

50-
The goal of this plugin is to provide very easy integration of a search bar into your own VuePress documentation. To make that possible, you need to gather your website content in advance, and index it in a MeiliSearch instance.
50+
The goal of this plugin is to provide very easy integration of a search bar into your own VuePress documentation. To make that possible, you need to gather your website content in advance, and index it in a Meilisearch instance.
5151

5252
Luckily, we provide all the tools that you need, and can help you through the whole process, if you follow [this guide](https://docs.meilisearch.com/create/how_to/search_bar_for_docs.html) 🚀
5353

@@ -61,8 +61,8 @@ yarn playground
6161

6262
Then, open your browser on the indicated URL and test the search bar 🙂
6363

64-
The data comes from MeiliSearch documentation.<br>
65-
Type `create an indxe` to live the MeiliSearch experience with the [typo tolerance](https://docs.meilisearch.com/reference/under_the_hood/typotolerance.html).
64+
The data comes from Meilisearch documentation.<br>
65+
Type `create an indxe` to live the Meilisearch experience with the [typo tolerance](https://docs.meilisearch.com/reference/under_the_hood/typotolerance.html).
6666

6767
### Installation
6868

@@ -93,8 +93,8 @@ module.exports = {
9393
}
9494
```
9595

96-
**WARNING**: Since the configuration file is public, we recommend providing the MeiliSearch public key, which is enough to perform searches.<br>
97-
Read more about [MeiliSearch authentication](https://docs.meilisearch.com/reference/features/authentication.html#authentication).
96+
**WARNING**: Since the configuration file is public, we recommend providing the Meilisearch public key, which is enough to perform searches.<br>
97+
Read more about [Meilisearch authentication](https://docs.meilisearch.com/reference/features/authentication.html#authentication).
9898

9999
### Customization
100100

@@ -137,9 +137,9 @@ $dropdownBgDarkColor
137137

138138
You can also find an example in our [playground's `palette.styl` file](./playground/.vuepress/styles/palette.styl)
139139

140-
## Compatibility with MeiliSearch
140+
## Compatibility with Meilisearch
141141

142-
This package only guarantees the compatibility with the [version v0.24.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.24.0).
142+
This package only guarantees the compatibility with the [version v0.24.0 of Meilisearch](https://github.com/meilisearch/Meilisearch/releases/tag/v0.24.0).
143143

144144
## Development Workflow and Contributing
145145

@@ -150,8 +150,8 @@ If you want to know more about the development workflow or want to contribute, p
150150
## Related Repositories
151151

152152
- [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js): the library used to display the dropdown of this plugin. It can be useful if you want a search bar for your documentation but you don't use VuePress.
153-
- [docs-scraper](https://github.com/meilisearch/docs-scraper): the scraper used to scrap websites pages and automatically index the content in MeiliSearch.
153+
- [docs-scraper](https://github.com/meilisearch/docs-scraper): the scraper used to scrap websites pages and automatically index the content in Meilisearch.
154154

155155
<hr>
156156

157-
**MeiliSearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.
157+
**Meilisearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.

0 commit comments

Comments
 (0)