Because Mintlify is Git-backed, your docs content is always available in your repository — you already own it. There’s no proprietary export step needed for your pages.Documentation Index
Fetch the complete documentation index at: https://help-center-starter-replace-template-content.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What you own (in your repository)
- All MDX page files.
- Your
docs.jsonconfiguration. - Images and other assets in your repository.
What Mintlify stores (accessible from the dashboard)
- Analytics data — Page views, search queries, and feedback. Export analytics data before closing your account.
- Deployment history — A log of all deployments, including timestamps and commit messages.
- Member and access logs — Audit logs of membership changes (Enterprise plans).
Export analytics data
Currently, analytics data can be viewed in the dashboard but doesn’t have a one-click export. Connect a third-party analytics provider (PostHog, GA4, etc.) to retain your analytics data outside Mintlify. See Connect an analytics provider for setup.Migrating away from Mintlify
If you’re migrating to a different docs platform:- Your MDX content can be used with any MDX-compatible platform.
- Your
docs.jsonnavigation structure may need to be adapted to the target platform’s configuration format. - Mintlify-specific components (
<Card>,<Steps>, etc.) will need to be replaced with the target platform’s equivalents or converted to standard Markdown.