Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Environment:Openclaw Openclaw Mintlify Documentation Platform

From Leeroopedia


Knowledge Sources
Domains Documentation, Hosting, Static_Site
Last Updated 2026-02-06 12:00 GMT

Overview

The Mintlify documentation hosting platform used to build and serve the OpenClaw documentation site at docs.openclaw.ai.

Description

Mintlify is a documentation-as-code platform that consumes a JSON configuration file (docs.json or mint.json) and Markdown/MDX content files to generate a hosted documentation site. The OpenClaw documentation uses Mintlify with the "mint" theme.

Key requirements:

  • Configuration: docs/docs.json must conform to the Mintlify JSON schema.
  • Content: Documentation pages in docs/ as Markdown files with optional MDX components.
  • Build: mintlify dev for local preview, mintlify build for production.
  • Hosting: Deployed to docs.openclaw.ai via Mintlify's hosting infrastructure.

Platform constraints:

  • Internal links must be root-relative without .md / .mdx extensions.
  • Section anchors are auto-generated from headings; avoid em dashes and apostrophes in headings as they break anchor links.
  • i18n content (zh-CN) is generated via a translation pipeline and should not be manually edited.

Version Requirements

Related Pages

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment