Skip to main content

Lifecycle controlflow diagrams using Mermaid

· One min read
Nathaniel Tucker

Mermaid is a cool way of creating diagrams in markdown. It was recently integrated into Github Markdown and added to this site's framework as well.

A lot of concepts are much easy to convey using visualizations so we quickly started using this in the docs. To start off we have added control flow diagrams to help with hooking into the lifecycles of Rest Hooks for customizations as well as understanding how it operates.

RestEndpoint

Endpoint Success

Endpoint Error

Entity