chatgpt-on-wechat/docs
2026-05-31 17:52:22 +08:00
..
channels docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
cli docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
guide docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
images feat: docs update 2026-02-27 16:03:47 +08:00
intro docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
ja feat(i18n): localize system prompts, workspace templates and dynamic prompts 2026-05-31 17:38:31 +08:00
knowledge docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
memory docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
models docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
releases docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
skills docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
tools docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
zh docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
docs.json docs: make English the default docs language and fix link paths 2026-05-31 17:52:22 +08:00
README.md feat(models): support xiaomi mimo 2026-05-28 10:49:52 +08:00

Documentation

This directory contains the Mintlify documentation site for the project.

Prerequisites

  • Node.js v20.17.0 or higher (LTS recommended)

Install the CLI (one-time, global)

npm i -g mint

Run the docs locally

From this docs/ directory:

mint dev

Then open http://localhost:3000 (or the port Mint reports if 3000 is in use).

The first run downloads the Mint preview framework (~90 MB) into ~/.mintlify/. Subsequent runs start instantly from the local cache.

More