Skip to content

6mm-com/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6MM Documentation

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.

Documentation Scope

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

Repository Structure

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.

Local Development

Install dependencies:

npm install

Run validation:

npm run fern:check

Start a local Fern preview:

npm run fern:dev

Preview routes:

English: http://127.0.0.1:3000/home
Chinese: http://127.0.0.1:3000/zh/home

Contributing

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.

Publishing

The production site is hosted by Fern.

Configured domains:

6mm.docs.buildwithfern.com
docs.6mm.com

Publish with:

npm run fern:publish

Cloudflare should manage DNS for docs.6mm.com; the documentation site itself should be published through Fern.

Security

Please do not report vulnerabilities through public GitHub issues.

See SECURITY.md for the private reporting path.

License

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.

About

Official 6MM documentation for crypto infrastructure, embedded trading, SDKs, APIs, AI Hub, and partner integration.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors