Docusaurus
Scrape a public site, or migrate from source to preserve private pages, versioned docs, localized content, and custom React components.
ReadMe
Export project files to preserve private content and OpenAPI files, or scrape a public site for a faster starting point.
GitBook
Export each section with Git Sync for the most complete migration, or scrape a public site.
Fern
Migrate MDX, assets, API specifications, and
docs.yml configuration from the source repository.Document360
Export every workspace and language as a project ZIP, including articles, categories, and media files.
Other platforms
Follow the manual workflow for another platform or a project with mixed content sources.
Scrape individual pages
The Docusaurus, ReadMe, and GitBook guides use the scraper’ssection command, which converts every page it can reach from the URL you give it. To convert a single page instead, use the page command from your migration directory.
page to check how the scraper converts your content before a full run, or to fill in individual pages that a section run missed. For a large site, narrow a section run with --filter rather than scraping everything at once.
Generate a site from a repository
Mintlify can generate a complete documentation site for any GitHub repository, whether it already contains documentation or just code. Replacegithub with mintlify in your repository URL.