From bcc1472b9d0c53f09a3e4973477ef94734a10c1e Mon Sep 17 00:00:00 2001 From: Ieuan Jenkins Date: Wed, 17 Sep 2025 09:21:42 +0100 Subject: [PATCH 1/2] 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. From 7fd2d94ef7d9e7bf48aa59bf9e7f50016ed79694 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:47:15 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- docs/syntax/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/architecture.md b/docs/syntax/architecture.md index 36a878328..73fd41cb9 100644 --- a/docs/syntax/architecture.md +++ b/docs/syntax/architecture.md @@ -194,7 +194,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.