8000 How to import custom icons pack for Architecture diagrams in Markdown? · Issue #6547 · mermaid-js/mermaid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How to import custom icons pack for Architecture diagrams in Markdown? #6547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
markeenrw opened this issue Apr 29, 2025 · 0 comments
Open
Labels
Status: Triage Needs to be verified, categorized, etc

Comments

@markeenrw
Copy link

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?

Image

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.

@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc
Projects
None yet
Development

No branches or pull requests

1 participant
0