Replies: 4 comments
-
I have been at this all day, and still can't seem to figure it out 😢 Any advice would be appreciated 😇 |
Beta Was this translation helpful? Give feedback.
-
Anyone got this figured out 🙏 |
Beta Was this translation helpful? Give feedback.
-
As an alternative, would it be a good idea to add a basic set of icons to the architecture for some very common cases? We already have Disk, that cover things like NFS mounts and, perhaps, blob storage such as S3, and Database", which covers relational and non-relational persistent stores. There is nothing, however, to represent queues. Caches can be represented as a database, but using that icon might mislead, as caches are usually designed to be volatile. I'll try my hand at adding the queue one to packages/mermaid/src/diagrams/architecture/architectureIcons.ts on a fork. |
Beta Was this translation helpful? Give feedback.
-
I generated a set of the AWS Icons as part of https://github.com/awslabs/aws-icons-for-plantuml If you want to see some code, start with https://github.com/awslabs/aws-icons-for-plantuml/blob/main/scripts/icon-builder.py#L892-L921 where I set Usage examples under https://github.com/awslabs/aws-icons-for-plantuml/tree/main/examples/mermaid-js |
Beta Was this translation helpful? Give feedback.
-
https://mermaid.js.org/syntax/architecture.html says that you can use custom icons, but I don't quite follow the instructions.
For example google publish icons for gcp : https://cloud.google.com/icons/files/google-cloud-icons.zip - what concrete steps would I take to generate a mermaid architecture diagram using these icons?
Beta Was this translation helpful? Give feedback.
All reactions