Source for the public WRLD Tech documentation site at help.wrld.tech. It is a Mintlify site authored in MDX and configured via docs.json.
This repo is the documentation surface for the WRLD Tech Co. ecosystem:
- WRLD.tech — primary technology portal and brand hub
- WRLD.host — hosting, domains, SSL, VoIP, and related infrastructure (client area powered by WHMCS)
- WRLD.ai — AI tooling and integrations
- WRLD.one — unified directory for every WRLD service (canonical source for the service list, brand tokens, and typography used in these docs)
- WRLD.support / help.wrld.tech — support, onboarding, and this documentation site
Prerequisites: Node.js 19+.
# Install the Mintlify CLI (one-time)
npm i -g mint
# From the repo root (where docs.json lives)
mint devThen open http://localhost:3000. Pages hot-reload as you edit .mdx files.
Useful commands:
mint dev --port 3333 # run on a non-default port
mint broken-links # validate internal links
mint update # upgrade the CLI.
├── docs.json # Site navigation, theme, anchors, footer, integrations
├── index.mdx # Homepage
├── about.mdx # About WRLD Tech Co. (mission, vision, values)
├── quickstart.mdx # Customer quickstart
├── development.mdx # Contributor guide for this docs repo
├── design.mdx # WRLD brand tokens used by the docs site
├── infrastructure.mdx # High-level stack and infrastructure overview
├── wrld-host/ # wrld.host product docs (hosting, client area)
├── wrld-tech/ # wrld.tech product docs and brand guide
├── wrld-ai/ # wrld.ai product docs
├── ai-tools/ # Guides for Claude Code, Cursor, Warp, Windsurf
├── onboarding/ # Microsoft 365, Google Workspace, domain onboarding
├── tools/ # Internal tools (e.g. SecureSend)
├── support/ # Help center, tickets, security, VPN setup
├── images/ # Screenshots and diagrams referenced from MDX
├── logo/ # Light/dark SVG logos
└── favicon.svg
Brand tokens (colors, typography) are mirrored from the canonical source in WRLDInc/wrld.one. See design.mdx and wrld-tech/brand-guide.mdx.
- Create a new
.mdxfile under the relevant section directory. - Add a YAML frontmatter block with
titleanddescription. - Register the page path in the appropriate group inside
docs.json(Mintlify does not auto-discover pages). - Run
mint devand confirm the page renders and navigation is correct. - Run
mint broken-linksbefore opening a PR.
See development.mdx for the full contributor guide.
Merges to the default branch are auto-deployed by Mintlify's GitHub integration. There is no separate build step in CI.
See LICENSE. Content © WRLD Tech Co. (WRLD Inc.).