Meilisearch documentation only covers the engine’s latest stable release. Learn how to access the docs for previous Meilisearch versions.
documentation
directory in your current location containing the Meilisearch documentation site project files:
v0.8
up to the latest release. Use these tags together with git checkout
to access a specific version.
For example, the following command retrieves the Meilisearch v0.20 documentation:
.mdx
files.mdx
files directly, either locally with the help of a modern text editor or remotely using GitHub’s interface.
http://localhost:8080
.
http://localhost:8080
.
The above example uses Python to launch a local server, but alternatives such as npx serve
work equally well.