This repository powers the official 6MM documentation site.
6MM provides trading infrastructure for partners building embedded trading experiences, white-label exchanges, institutional liquidity workflows, developer integrations, and AI-native market access.
- Website: https://www.6mm.com
- Documentation: https://docs.6mm.com
- App: https://app.6mm.com
- Official GitHub: https://github.com/6mm-com
The documentation covers:
- Embedded trading and partner integration flows
- Trading Widget SDK and Agent SDK usage
- REST API and WebSocket integration
- AI Hub, MCP, CLI, and agentic workflow guides
- Perpetual trading concepts, margin, risk, fees, and order behavior
- Brand assets, launch resources, support paths, and security reporting
fern/
docs.yml # English docs configuration, navigation, theme, redirects
docs/pages/ # English documentation pages
translations/zh/docs.yml # Simplified Chinese navigation
translations/zh/docs/pages/ # Simplified Chinese documentation pages
docs/assets/ # Logos, favicon, brand assets, and downloads
The production documentation source of truth is the fern/ directory.
Install dependencies:
npm installRun validation:
npm run fern:checkStart a local Fern preview:
npm run fern:devPreview routes:
English: http://127.0.0.1:3000/home
Chinese: http://127.0.0.1:3000/zh/home
Use the Edit this page link on the documentation site or open a pull request directly in this repository.
Before submitting a pull request:
- Keep changes accurate, partner-facing, and implementation-focused.
- Update both English and Chinese pages when the change affects both languages.
- Do not include credentials, private endpoints, unreleased secrets, customer data, or internal-only operational details.
- Run
npm run fern:check.
See CONTRIBUTING.md for the full contribution guide.
The production site is hosted by Fern.
Configured domains:
6mm.docs.buildwithfern.com
docs.6mm.com
Publish with:
npm run fern:publishCloudflare should manage DNS for docs.6mm.com; the documentation site itself should be published through Fern.
Please do not report vulnerabilities through public GitHub issues.
See SECURITY.md for the private reporting path.
Copyright (c) 2026 6MM. All rights reserved.
This repository is public for documentation collaboration, review, and issue tracking. It does not grant an open source or Creative Commons license for the documentation, downloads, or brand materials.