Support Mermaid icon pack registration for architecture diagrams #4224
kinghuang
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mermaid's architecture-beta diagram type supports custom icons from Iconify via mermaid.registerIconPacks(). This allows diagrams to use service-specific icons (e.g., AWS S3, PostgreSQL, DuckDB) instead of only the five built-in icons (cloud, database, disk, internet, server).
Since Mintlify controls the Mermaid renderer, there's currently no way for users to register icon packs themselves. It would be great if Mintlify supported this — either by:
Mermaid already supports a YAML frontmatter block for per-diagram configuration, so an alternative could be honoring icon registration there:
Beta Was this translation helpful? Give feedback.
All reactions