Skip to content

Fix docs local preview script#12274

Closed
zerone0x wants to merge 1 commit into
continuedev:mainfrom
zerone0x:fix/docs-mint-dev
Closed

Fix docs local preview script#12274
zerone0x wants to merge 1 commit into
continuedev: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

@zerone0x zerone0x closed this May 11, 2026
@zerone0x zerone0x deleted the fix/docs-mint-dev branch May 11, 2026 10:49
@github-project-automation github-project-automation Bot moved this from Todo to Done in Issues and PRs May 11, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators May 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Update dev script in /docs for local preview

1 participant