CanalAPI
Examples

Mermaid Demo

Render diagrams in MDX using Mermaid.

CanalAPI's documentation supports Mermaid diagrams in standard Markdown code blocks. Diagrams adapt to light/dark themes.

Request flow

Loading diagram…

Sequence

Loading diagram…

State machine

Loading diagram…

Usage

In any MDX page, write a fenced code block with the mermaid language:

```mermaid
flowchart LR
  A --> B

On this page