mhsf-dev/apps/docs
2025-03-02 17:22:46 -06:00
..
advanced feat(docs): add icons to pages 2025-03-02 17:22:46 -06:00
content fix(docs): remove the old copies and make some misc changes 2025-03-02 10:53:08 -06:00
guides feat(docs): add icons to pages 2025-03-02 17:22:46 -06:00
legal feat(docs): add icons to pages 2025-03-02 17:22:46 -06:00
changelog.mdx feat(docs): add icons to pages 2025-03-02 17:22:46 -06:00
docs.json feat(docs): add anchor for update discord 2025-03-02 15:11:05 -06:00
getting-started.mdx feat(docs): add icons to pages 2025-03-02 17:22:46 -06:00
package.json fix(www): finally fix all da issues 2025-03-02 10:44:11 -06:00
README.md fix(www): finally fix all da issues 2025-03-02 10:44:11 -06:00

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 to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

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

mintlify 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

  • 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 docs.json