mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
14 lines
292 B
Markdown
14 lines
292 B
Markdown
# Mintlify Documentation
|
|
|
|
Install the [Mint CLI](https://www.npmjs.com/package/mint) to preview the documentation changes locally. To install, use the following command
|
|
|
|
```
|
|
npm i -g mint
|
|
```
|
|
|
|
Run the following command at the root of your documentation (where docs.json is)
|
|
|
|
```
|
|
mint dev
|
|
```
|