From bcc1472b9d0c53f09a3e4973477ef94734a10c1e Mon Sep 17 00:00:00 2001 From: Ieuan Jenkins Date: Wed, 17 Sep 2025 09:21:42 +0100 Subject: [PATCH] fix(docs) correct phrasing for architecture icon installation docs gave the incorrect impression that iconify.design icons came preinstalled --- packages/mermaid/src/docs/syntax/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/docs/syntax/architecture.md b/packages/mermaid/src/docs/syntax/architecture.md index 26fdfb150..ce2bab1f2 100644 --- a/packages/mermaid/src/docs/syntax/architecture.md +++ b/packages/mermaid/src/docs/syntax/architecture.md @@ -156,7 +156,7 @@ architecture-beta ## Icons By default, architecture diagram supports the following icons: `cloud`, `database`, `disk`, `internet`, `server`. -Users can use any of the 200,000+ icons available in iconify.design, or [add custom icons](../config/icons.md). +Users can use any of the 200,000+ icons available in iconify.design, or add other custom icons, by [registering an icon pack](../config/icons.md). After the icons are installed, they can be used in the architecture diagram by using the format "name:icon-name", where name is the value used when registering the icon pack.