Conversation
title
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
title
ethanpalm
approved these changes
Mar 25, 2026
Collaborator
ethanpalm
left a comment
There was a problem hiding this comment.
just a few copy edits. Looks good to me!
| keywords: ["export", "offline", "zip", "static site", "distribution", "mint export"] | ||
| --- | ||
|
|
||
| Use `mint export` to package your entire documentation site into a self-contained zip archive. Recipients can unzip and view the docs in their browser without an internet connection, a Mintlify account, or any build tools — they only need [Node.js](https://nodejs.org) installed. |
Collaborator
There was a problem hiding this comment.
Suggested change
| Use `mint export` to package your entire documentation site into a self-contained zip archive. Recipients can unzip and view the docs in their browser without an internet connection, a Mintlify account, or any build tools — they only need [Node.js](https://nodejs.org) installed. | |
| Use the `mint export` command to package your entire documentation site into a self-contained zip archive. Share the zip archive with users who need offline access to your content. Anyone you send the archive to can unzip it and view your docs in their browser without an internet connection, a Mintlify account, or any build tools. They must have [Node.js](https://nodejs.org) installed. |
|
|
||
| Use `mint export` to package your entire documentation site into a self-contained zip archive. Recipients can unzip and view the docs in their browser without an internet connection, a Mintlify account, or any build tools — they only need [Node.js](https://nodejs.org) installed. | ||
|
|
||
| This is useful when you need to distribute documentation to users who can't access your live site, such as for on-premise customers, air-gapped environments, or internal compliance reviews. |
Collaborator
There was a problem hiding this comment.
Suggested change
| This is useful when you need to distribute documentation to users who can't access your live site, such as for on-premise customers, air-gapped environments, or internal compliance reviews. | |
| Use offline exports to distribute documentation to users who can't access your live site, such as for on-premise customers, air-gapped environments, or internal compliance reviews. |
| ## Prerequisites | ||
|
|
||
| - The [CLI](/installation) installed and up to date | ||
| - [Node.js](https://nodejs.org) v20.17.0+ installed |
Collaborator
There was a problem hiding this comment.
Suggested change
| - [Node.js](https://nodejs.org) v20.17.0+ installed | |
| - [Node.js](https://nodejs.org) v20.17.0+ installed (LTS versions recommended) |
Comment on lines
+39
to
+40
| | `Start Docs.command` | macOS launcher — double-click to open the docs | | ||
| | `Start Docs.bat` | Windows launcher — double-click to open the docs | |
Collaborator
There was a problem hiding this comment.
Suggested change
| | `Start Docs.command` | macOS launcher — double-click to open the docs | | |
| | `Start Docs.bat` | Windows launcher — double-click to open the docs | | |
| | `Start Docs.command` | macOS launcher—double-click to open the docs | | |
| | `Start Docs.bat` | Windows launcher—double-click to open the docs | |
| The export only includes pages listed in your navigation. [Hidden pages](/organize/hidden-pages) are not included in the archive. | ||
| </Note> | ||
|
|
||
| ## What's in the zip |
Collaborator
There was a problem hiding this comment.
Suggested change
| ## What's in the zip | |
| ### What's in the zip |
| | `Start Docs.command` | macOS launcher — double-click to open the docs | | ||
| | `Start Docs.bat` | Windows launcher — double-click to open the docs | | ||
|
|
||
| ## View the exported docs |
Collaborator
There was a problem hiding this comment.
Suggested change
| ## View the exported docs | |
| ## View your exported docs |
Just to mirror the earlier heading structure
This was referenced Mar 25, 2026
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.

Documentation changes
Add docs for new mint export feature
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Low Risk
Low risk documentation-only change adding a new page and navigation links; no runtime or security-sensitive code is modified.
Overview
Adds new
Offline exportdocumentation describing how to runmint export, prerequisites, what the generated zip contains, and how recipients can launch the exported site on macOS/Windows/manual.Updates the docs navigation (
docs.json) to includedeploy/export, and adds a new section toinstallation.mdxpointing users to the offline export docs.Written by Cursor Bugbot for commit 28d46b9. This will update automatically on new commits. Configure here.