This is nice because they can change color for the website, and they are more rigorous and maintainable (we already use mermaid in the spec).
old:
new:
flowchart LR
A[Application] --> API(Evaluation API)
API --> P[Provider]
P --> FMS[(Flag Management System)]
flowchart LR
B(('Before' stage)) ---> FE[Flag Evaluation]
B -..->|Error| E
FE ---> A(('After' stage))
FE -..->|Error| E(('Error' stage))
A ---> F(('Finally' stage))
E -..-> F
Just replaces some PNGs with mermaid.
This is nice because they can change color for the website, and they are more rigorous and maintainable (we already use mermaid in the spec).
old:
new: