Agent skill sync with docs: mint export offline limitations - #7457
Closed
mintlify[bot] wants to merge 1 commit into
Closed
mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document that
mint exportarchives don't support native search or the Mintlify assistant, so the CLI reference in the canonical skill stays consistent with the offline export docs.Changes
agent-context/context/skills/mintlify/reference/cli.md: extend themint exportentry with the offline-search and assistant limitation and the static-search workaround.Context
deploy/export.mdxgrew a Limitations section in Native offline search unsupported inmint export#7439 stating that offline exports don't support search or the Mintlify assistant. The CLI reference already documentsmint exportbut was silent on those behavioral limits.Validation
npm test,npm run check, andnpm run buildcouldn't run in this sandbox — npm is blocked and dependencies aren't installed.git diff --checkis clean and the diff is a single-line copy addition to an existing bullet.The existing sync workflow will distribute the canonical skill to the Codex, Cursor, and Claude plugin repositories after merge.
Note
Low Risk
Documentation-only copy in the agent skill CLI reference; no runtime or product behavior changes.
Overview
Aligns the Mintlify agent skill CLI reference with offline export behavior documented in
deploy/export.mdx.The
mint exportbullet inagent-context/context/skills/mintlify/reference/cli.mdnow states that exported archives do not include native search or the Mintlify assistant, and points readers to index the exported HTML with a static search tool when search is required offline.Reviewed by Cursor Bugbot for commit db2bee3. Bugbot is set up for automated code reviews on this repo. Configure here.