Public documentation for Linkrunner, built with Mintlify and published at docs.linkrunner.io.
Requires Node.js 18+.
npm install -g mintlify
mintlify devThe dev server runs on http://localhost:3001 and live-reloads as you edit .mdx files.
.
├── docs.json # Site config + navigation (sidebar order lives here)
├── introduction.mdx # Landing page
├── quickstart.mdx # Getting started guide
├── sdk/ # Per-platform SDK guides (web, iOS, Android, RN, Flutter, ...)
├── features/ # Core feature docs (deep linking, SKAN, referrals, ...)
├── ad-networks/ # Meta, Google, TikTok, Snapchat, LinkedIn integration guides
├── analytics-integrations/
├── api-reference/
├── billing/
├── testing/
├── snippets/ # Reusable MDX snippets
└── images/, logo/ # Static assets
- Create the
.mdxfile in the appropriate folder. - Add its path to the right group in
docs.json— pages only appear in the sidebar once they're listed there. - Run
mintlify devto preview.
Pushes to main auto-deploy to docs.linkrunner.io via AWS Amplify. See DEPLOYMENT.md for the full Amplify setup and troubleshooting.
- Mintlify component reference
- docs.json schema
- Linkrunner product: linkrunner.io