-
Notifications
You must be signed in to change notification settings - Fork 66
Update README's and CONTRIBUTING guides #969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| <p align="center"> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Loved the explanation, I just don't feel the "Meilisearch Javascript plugins" is the right choice, but I don't have any other suggestion, so I'm just thinking out loud! Maybe @alallema has one?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. After internal discussion, the repo will be named |
||
| <img src="https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/logo.svg" alt="Instant-Meilisearch" width="200" height="200" /> | ||
| </p> | ||
|
|
||
| <h1 align="center">Meilisearch Javascript plugins</h1> | ||
|
|
||
| <p align="center"> | ||
| <a href="https://github.com/meilisearch/instant-meilisearch/actions"><img src="https://github.com/meilisearch/instant-meilisearch/workflows/Tests/badge.svg?branch=main" alt="Tests"></a> | ||
| <a href="https://github.com/meilisearch/instant-meilisearch/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a> | ||
| <a href="https://github.com/meilisearch/meilisearch/discussions" alt="Discussions"><img src="https://img.shields.io/badge/github-discussions-red" /></a> | ||
| <a href="https://ms-bors.herokuapp.com/repositories/48"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a> | ||
| </p> | ||
|
|
||
| **Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch) | ||
|
|
||
| This repository contains clients and plugins to use Meilisearch in third party tools. | ||
|
|
||
| ## Table of Contents <!-- omit in toc --> | ||
|
|
||
| - [📖 Documentation](#-documentation) | ||
| - [🐱 Plugins](#-plugins) | ||
| - [⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing) | ||
|
|
||
| ## 📖 Documentation | ||
|
|
||
| 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://docs.meilisearch.com/). | ||
bidoubiwa marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## 🐱 Plugins: | ||
|
|
||
| ### Plugins Found Here | ||
| | | | | ||
| | --------------------------------------------------- | ----------------------------------------------------------------------------------------- | | ||
| | [`instant-meilisearch`](./packages/instant-meilisearch) | The search client needed to make Meilisearch work with [instantsearch.js](https://github.com/algolia/instantsearch). | | ||
| | | | | ||
|
|
||
| ### Plugins Found On their Own Repo | ||
|
|
||
| | | | | ||
| | --------------------------------------------------- | ----------------------------------------------------------------------------------------- | | ||
| | [`strapi-plugin-meilisearch`](https://github.com/meilisearch/strapi-plugin-meilisearch) | A plugin to add and synchronize your [Strapi](https://strapi.io/) data on Meilisearch. | | ||
| | [`Firestore-meilisearch`](https://github.com/meilisearch/firestore-meilisearch/) | A plugin to synchronize your [firestore](https://firebase.google.com/docs/firestore) data on Meilisearch. | | ||
| | [`gatsby-plugin-meilisearch`](https://github.com/meilisearch/gatsby-plugin-meilisearch/) | A plugin to index your [Gatsby](https://www.gatsbyjs.com/) content to Meilisearch based on graphQL queries. | | ||
| | [`docs-searchbar.js`](https://github.com/meilisearch/docs-searchbar.js) | A search bar integration for all kinds of documentation. | | ||
| | [`vuepress-plugin-meilisearch`](https://github.com/meilisearch/vuepress-plugin-meilisearch) | A plugin to use docs-searchbar.js as the searchbar of vuepress. | | ||
| | | | | ||
|
|
||
| ## ⚙️ Development Workflow and Contributing | ||
|
|
||
| Any new contribution is more than welcome in this project! | ||
|
|
||
| If you want to know more about the development workflow or want to contribute, please visit our [contributing guidelines](/CONTRIBUTING.md) for detailed instructions! | ||
|
|
||
| <hr> | ||
|
|
||
| **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. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Contributing <!-- omit in TOC --> | ||
|
|
||
| First of all, thank you for contributing to Meilisearch! | ||
|
|
||
| For the full explaination on how to contribute, please refer to the [contributing guide](../../CONTRIBUTING.md) at the root of this repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still have to be in the root dir, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I improved the explaination:
If you want to test a specific package, from the root directory run any of the above command with the
filterflag.Example:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect! 👯