zhuzixian520 / documentation

Meilisearch documentation

Home Page:https://docs.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meilisearch Documentation

Bors enabled

This repository is the documentation for the open-source search engine API Meilisearch.

Contributing

Hey, thank you so much for wanting to contribute! If you'd like to help improve this documentation, we'd love to have you! If you think something is missing or could be improved, issues are highly appreciated.

Before contributing, please leave a comment on an issue letting us know you're interested. Only submit a Pull Request after you have been assigned a corresponding issue.

See something wrong that's not on the list? Great! Open a new issue describing the problem and tell us you want to work on it.

To contribute, clone this repository, commit your changes and open a pull request.

Requirements

  • Node version >= v10 and < v15

Installing & Running

# Clone the repository
git clone git@github.com:meilisearch/documentation.git meilisearch-documentation
# Open the newly created directory
cd meilisearch-documentation
# Install dependencies
yarn install
# Run Meilisearch documentation on http://localhost:8080
yarn dev

Testing

A complete test can be done using the following command:

yarn test

The tests are triggered on build and on any pull request to master.

Checking dead links

Making changes to the documentation without creating any dead links can be a tedious task. Before submitting any pull request, you can check the dead links.

yarn check-links

Checking Styling

The documentation follows styling rules. The following files will be checked: *.vue, *.js, and *.md.

You can check out and fix the styling errors.

yarn style:fix

You can test if the code is well-formatted without fixing it.

yarn style

Deployment

The documentation is deployed as a static website. The master branch is automatically deployed at https://docs.meilisearch.com.

You can build the static website using the following command:

yarn build
# The website is now available in .vuepress/dist and you can serve it using any webserver.

Contact

Feel free to contact us about any questions you may have:

Any suggestion or feedback is highly appreciated. Thank you for your support!

About

Meilisearch documentation

https://docs.meilisearch.com

License:MIT License


Languages

Language:JavaScript 80.6%Language:Vue 13.9%Language:Stylus 5.5%