Skip to content

docs: fix local dev instructions for Mintlify#12277

Open
kashish00208 wants to merge 1 commit intocontinuedev:mainfrom
kashish00208:docs/fix-local-dev-instructions
Open

docs: fix local dev instructions for Mintlify#12277
kashish00208 wants to merge 1 commit intocontinuedev:mainfrom
kashish00208:docs/fix-local-dev-instructions

Conversation

@kashish00208
Copy link
Copy Markdown

@kashish00208 kashish00208 commented May 2, 2026

Description

Fixes #12267

The current contributing guide suggests using npm run dev, which does not work reliably due to Mintlify CLI issues with local installs.

This updates the instructions to use the global CLI (mint dev), which is currently the only stable method.

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist


Summary by cubic

Switch local docs dev to the global mint CLI: run mint dev instead of npm run dev to avoid issues with local installs. Fixes #12267.

  • Migration
    • Install mint globally: npm install -g mint
    • Start docs: mint dev

Written for commit 7495f91. Summary will update on new commits.

@kashish00208 kashish00208 requested a review from a team as a code owner May 2, 2026 06:46
@kashish00208 kashish00208 requested review from sestinj and removed request for a team May 2, 2026 06:46
@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label May 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@kashish00208
Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Update dev script in /docs for local preview

1 participant