Whop Wiki

Internal documentation powered by Mintlify.

Prerequisites

  • Node.js 20+ (configured in mise.toml)

Quick Start

cd docs
npx mintlify dev

The documentation will be available at http://localhost:3000.

Building for Production

npx mintlify build

Folder Structure

docs/
├── docs.json              # Mintlify configuration
├── mise.toml              # Node version management
├── brand-assets/          # Logos, fonts, illustrations
├── home/index.mdx         # Home page
├── company/               # Company section
├── engineering/           # Engineering section
├── payments/              # Payments section (with subsections)
├── core-product/          # Core Product section
├── finance/               # Finance section
├── dashboard/             # Dashboard section
├── affiliates/            # Affiliates section
└── ads/                   # Ads section

Adding Custom Fonts

The brand assets include Acid Grotesk fonts in .otf format. Mintlify requires .woff2 format.

  1. Convert .otf to .woff2 using CloudConvertarrow-up-right

  2. Add to a fonts/ directory

  3. Update docs.json:

Components

Callouts:

Cards:

Tabs:

Deployment

Connect your GitHub repository at mintlify.comarrow-up-right for automatic deployments.

Resources

Last updated

Was this helpful?