https://github.com/juicycleff/docs
https://github.com/juicycleff/docs
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juicycleff/docs
- Owner: juicycleff
- Created: 2025-07-04T14:42:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T14:42:11.000Z (3 months ago)
- Last Synced: 2025-09-18T13:18:08.469Z (18 days ago)
- Language: MDX
- Size: 346 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mintlify Starter Kit
Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including
- Guide pages
- Navigation
- Customizations
- API Reference pages
- Use of popular components### Development
Install the [Mintlify 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
```### Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
#### Troubleshooting
- If the dev environment isn't running - Run `mint update` to ensure you have the most recent version of the CLI.
- Page loads as a 404 - Make sure you are running in a folder with `docs.json`