Skip to main content

Installation

mdxify runs directly with uvx - no installation needed:

Basic Commands

Document all modules

Document specific modules

Exclude internal modules

Mintlify Integration

mdxify automatically updates your docs/docs.json navigation. Add this placeholder on first run:
Subsequent runs will update the navigation automatically.

Automation

Create a justfile with recipes for documentation generation:

GitHub Actions

Automatically generate docs and create PRs on changes:
mdxify automatically detects your GitHub repository from git remotes. Override with:

CLI Options