Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Click on `Use this template` to copy the Mintlify starter kit. The starter kit c
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```
npm i -g mintlify
npm i -g mint
```

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
mint dev
```

### 😎 Publishing Changes
Expand All @@ -30,9 +30,9 @@ You can also preview changes using PRs, which generates a preview link of the do

### 😭 Troubleshooting

- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`
- Things look different between production and local - Run `npm i -g mintlify@latest`
- Things look different between production and local - Run `npm i -g mint@latest`
- Check the Mintlify [Quickstart Troubleshooting docs](https://mintlify.com/docs/quickstart#troubleshooting) and [Installation docs](https://mintlify.com/docs/installation#issue-encountering-an-unknown-error)


### RSS Feed
Expand Down
Empty file removed rss.json
Empty file.