Skip to content

Fix docs local preview script#12274

Open
zerone0x wants to merge 1 commit intocontinuedev:mainfrom
zerone0x:fix/docs-mint-dev
Open

Fix docs local preview script#12274
zerone0x wants to merge 1 commit intocontinuedev:mainfrom
zerone0x:fix/docs-mint-dev

Conversation

@zerone0x
Copy link
Copy Markdown
Contributor

@zerone0x zerone0x commented May 1, 2026

Summary

  • Update the docs package dev script to use mint dev for Mintlify local preview.
  • Leave the existing build script unchanged.

Fixes #12267

Test plan

  • node -e "const pkg=require('./docs/package.json'); if (pkg.scripts?.dev !== 'mint dev') { console.error('Expected docs dev script to be mint dev, got:', pkg.scripts?.dev); process.exit(1); } console.log('docs dev script:', pkg.scripts.dev);"
  • git diff --check
  • Searched the repository for remaining mintlify dev references.

Summary by cubic

Fix Mintlify local preview by switching the docs package dev script from mintlify dev to mint dev. The build script stays the same.

Written for commit 5e5d4fc. Summary will update on new commits.

@zerone0x zerone0x requested a review from a team as a code owner May 1, 2026 20:04
@zerone0x zerone0x requested review from sestinj and removed request for a team May 1, 2026 20:04
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 1, 2026
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

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

Labels

size:XS This PR changes 0-9 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