This folder contains the documentation of the Mistral LLM setup and APIs.
Please follow the following steps to ensure your changes can be deployed successfully.
You will need to install pnpm and node first. For example, if you are using Mac, You can install Homebrew and then install pnpm and node:
brew install pnpm
brew install node
pnpm installpnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
pnpm buildThis command generates static content into the build directory and can be served using any static contents hosting service.
- Make sure URLs start with 
https://orhttp://, otherwise, it will look for the relative paths in the repo. - Images can be saved in the img folder. Please reference the images with 
/img/your_added_image.svg. 
This documentation is built using Docusaurus.
Mistral AI is committed to open source software development and welcomes external contributions. Please head on to our contribution guideline.