adrienbrault / platform-docs-public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mistral AI LLM documentation

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.

Set up

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

Installation

pnpm install

Local Development

pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Troubleshoot

  • Make sure URLs start with https:// or http://, 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.

How to contribute?

Mistral AI is committed to open source software development and welcomes external contributions. Please head on to our contribution guideline.

About

License:Apache License 2.0


Languages

Language:JavaScript 48.9%Language:CSS 37.6%Language:TypeScript 10.1%Language:MDX 3.4%