Two different codebases
R Land website is the customer-facing marketing experience (for example rlandph.vercel.app). RLink is the internal admin portal (rlink-dev.vercel.app) that powers CMS, CRM, and IAM for your team. They are not the same repository as dazedmind/rlink. Use this page to avoid mixing up documentation (this Mintlify site), RLink (admin app), and the public site (content and marketing).When to use RLink
Editors and operators use RLink to:- Manage projects, news, careers, and amenities (CMS)
- Work leads, reservations, inquiries, and campaigns (CRM)
- Administer users, modules, and audit logs (IAM)
When to use the R Land website repo
Use the marketing-site codebase when you are changing:- Frontend layout, copy, SEO, or performance on the public domain
- Integrations with analytics, forms, or headless content from CMS
- Deployment and preview URLs for the public brand
Working on this documentation
This Mintlify project lives in your docs repository. To preview docs locally:- Install the Mintlify CLI:
npm i -g mint(or usenpx mint devper Mintlify’s current docs). - From the docs root (where
docs.jsonlives), runmint dev. - Edit MDX files; the preview reloads on save.
docs.json options (navigation, theme, API reference), see Mintlify documentation.
Next steps
RLink getting started
Clone and run the admin app
Documentation site settings
Branding and
docs.json for this docs projectREST API reference
HTTP APIs used by the admin app
RLink on GitHub
Application source
