If the ZIP came from Document360
Follow the dedicated Document360 migration guide. It walks through exporting each workspace and language as a project ZIP and converting the articles, categories, media, and reusable content.If the ZIP came from ReadMe
Follow the dedicated ReadMe migration guide. It covers the structure of a ReadMe ZIP export, including guides, recipes, custom pages, and OpenAPI files. Note that ReadMe ZIP exports reference hosted images by URL instead of including the image files, so download those assets separately.If the ZIP came from another platform
Use the manual migration workflow:- Unzip the export and keep the original ZIP unchanged as a source snapshot. Do conversion work in a copy.
- Create an inventory of pages with each page’s source, destination path, and migration status.
- Convert the exported Markdown, HTML, or JSON content into MDX pages.
- Recreate your navigation in
docs.jsonand review pages for leftover source-platform syntax.
Exporting your Mintlify docs as a ZIP
If you want the opposite direction, a ZIP archive of your published Mintlify docs for offline viewing or private distribution, usemint export. See Offline export. Offline exports require an Enterprise plan.