Charts & Diagrams
You can render charts and diagrams in you MDX files using Mermaid:
Copied
```mermaid
flowchart TD
Start --> Stop
```
Will turn into this:
Copied
flowchart TD
Start --> Stop
See the Mermaid documentation to learn what types of charts and diagrams can be rendered.
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").