Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

To activate it, go to Settings/Preferences | Languages & Frameworks | Markdown, then check the Mermaid support under Markdown Extensions.

Here is a mermaid diagram:

graph TD
A[Client] --> B[Load Balancer]
B --> C[Server 01]
B --> D[Server 02]
C --> E
D --> E
E[Database Server]
Loading