Currently, we create diagrams and export them as .png files to use in the docs.
The problem with this approach is that when we come to translate the content, recreating these images will be time-consuming. We'll have to extract the text, translate it, and recreate the image.
The mermaid plugin takes markdown and converts it into diagrams, saving us this extra work in the long-run.
Currently, we create diagrams and export them as .png files to use in the docs.
The problem with this approach is that when we come to translate the content, recreating these images will be time-consuming. We'll have to extract the text, translate it, and recreate the image.
The mermaid plugin takes markdown and converts it into diagrams, saving us this extra work in the long-run.
https://github.com/mermaid-js/mermaid https://mermaid-js.github.io/mermaid/#/