There are two ways to migrate your documentation to Mintlify depending on a few factors:

  • Your current documentation provider
  • How technical your team is
  • What Mintlify plan you have

Self-serve migration

We recommend this option if you’re a technical team, currently use Readme or Docusaurus or Gitbook and are looking for a speedy migration process.

You can use our public packages to convert your existing documentation to Mintlify. We currently support migration for:

Here’s a quick guide on how to use the scraper:

1

Commands

You can install the scraper using the following commands:

  • mintlify-scrape section [url] - Scrapes multiple pages in a site.
  • mintlify-scrape page [url] - Scrapes a single page in a site.
2

Installation

First, install the package:

npm i @mintlify/scraping

One-time use:

npx @mintlify/scraping@latest section [url]

Global installation:

npm install @mintlify/scraping@latest -g

Global usage:

mintlify-scrape section [url]

You can specify the output directory using the -o flag.

Dedicated migration

We recommend this option if you’re a non-technical team, don’t see your docs provider or have a home grown system and are one of our paid plans such as Pro, Growth or Enterprise..

If any of the above applies to you, please get in touch at sales@mintlify.com and we can help you migrate your docs!