How to import custom icons pack for Architecture diagrams in Markdown? · Issue #6547 · mermaid-js/mermaid · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been following working on an Architecture Diagram, while I appreciate the logos icons packs being included, how to do we specify custom icon packs, to be used in Git Hub Markdown?
With flowcharts we can support using images in place of standard shapes and images within icons, but I can't do the same for Architecture. Is this possible?
For example:
I want to recreate this image using mermaid?
architecture-beta
group sst(logos:aws)[Shared Services and Tooling]
service test1(logos:aws)[test1] in sst
group network(logos:aws)[Network]
service tgw(logos:aws)[test2] in network
group production(logos:aws)[Production]
service test3(logos:aws)[test3] in production
group development(logos:aws)[Development]
group corporate_data_center(server)[Corporate Data Center]
service firewall(server)[Firewall] in corporate_data_center
service internet(cloud)[Internet]
internet:T -- B:test1{group}
Loading
Within the logos there aren't a lof of icons that fit what I want.
The text was updated successfully, but these errors were encountered:
Been following working on an Architecture Diagram, while I appreciate the
logos
icons packs being included, how to do we specify custom icon packs, to be used in Git Hub Markdown?https://mermaid.js.org/syntax/architecture.html
With flowcharts we can support using images in place of standard shapes and images within icons, but I can't do the same for Architecture. Is this possible?
For example:
I want to recreate this image using mermaid?
Within the logos there aren't a lof of icons that fit what I want.
The text was updated successfully, but these errors were encountered: