> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-simplify-quickstart-2510244c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Migration

> How to migrate documentation from your existing provider

Migrate your existing documentation to Mintlify using our scraping tools.

## Supported Platforms

<CardGroup cols={2}>
  <Card title="Docusaurus" icon={<svg className="h-6 w-6" viewBox="0 -19 256 256" xmlns="http://www.w3.org/2000/svg"><path d="M144.384656,53.006441L236.308349,47.2615385V191.671795C236.308349,206.17321,224.552041,217.928205,210.051938,217.928205H91.8980923L88.616041,2.19241026C87.1561846,-0.334769231,83.5104821,-0.334769231,82.0519385,2.19241026" fill="#3ECC5F"/></svg>} />

  <Card title="GitBook" icon={<svg className="h-6 w-6" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.3964 34.2196C30.5255 36.0256 32.09 36.9286 33.8083 36.9301C35.5265 36.9316 37.0926 36.0314 40.2249 34.2308L60.1914 22.7535" fill="#4088ff"/></svg>} />

  <Card title="ReadMe" icon={<svg className="h-6 w-6" viewBox="0 0 32 32" fill="#177fc4" xmlns="http://www.w3.org/2000/svg"><path d="M29.35 4.361h-7.767c-2.672 0-4.994 1.85-5.578 4.461-0.589-2.611-2.906-4.461-5.578-4.461h-7.761c-1.472 0-2.667 1.194-2.667 2.667v13.656"/></svg>} />
</CardGroup>

Don't see your provider? Contact us at [sales@mintlify.com](mailto:sales@mintlify.com) for custom migration support.

## Installation

```bash
npm i @mintlify/scraping
```

## Usage

Scrape documentation using one of these commands:

<CodeGroup>
  ```bash Multiple Pages
  mintlify-scrape section [url]
  ```

  ```bash Single Page
  mintlify-scrape page [url]
  ```

  ```bash OpenAPI
  mintlify-scrape openapi-file [filename]
  ```
</CodeGroup>

The tool will automatically detect your documentation framework and convert it to Mintlify format.
