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.
Start with AGENTS.md, the shared repository policy. Claude loads it through CLAUDE.md; Codex reads it directly. The writing skill covers drafting, and the audit skill covers reader-task and implementation review.
The checked-in .claude/skills/ and .agents/skills/ directory symlinks point to the same canonical files under skills/. No separate skill install is needed in a symlink-capable checkout. On Windows, use a checkout with Git symlinks enabled and the required OS permissions. If your tool cannot load a symlink, read the canonical SKILL.md explicitly rather than maintaining another copy. Start a fresh agent session after pulling changes and confirm these repository skills appear in its skill list.
Run the lightweight checks from the repository root, without installing dependencies:
npm run check:agents
npm run check:routes -- origin/mainThese validate the instruction import, skill discovery paths, contributor reference files, and navigation/redirects. They do not render the docs, typecheck SDK snippets, run native apps, or verify live integrations. Record those checks separately using the review notes template. No readability score is used.
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