Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

459 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkrunner Docs

Public documentation for Linkrunner, built with Mintlify and published at docs.linkrunner.io.

Develop locally

Requires Node.js 18+.

npm install -g mintlify
mintlify dev

The dev server runs on http://localhost:3001 and live-reloads as you edit .mdx files.

Project layout

.
├── 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

Adding a page

  1. Create the .mdx file in the appropriate folder.
  2. Add its path to the right group in docs.json — pages only appear in the sidebar once they're listed there.
  3. Run mintlify dev to preview.

Deployment

Pushes to main auto-deploy to docs.linkrunner.io via AWS Amplify. See DEPLOYMENT.md for the full Amplify setup and troubleshooting.

Useful links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from mintlify/starter