From 4f97c8c70ea8b69aaf66b4723449c2bcad7ea220 Mon Sep 17 00:00:00 2001 From: "g.bremont-ext" Date: Thu, 10 Oct 2024 16:05:36 +0200 Subject: [PATCH 1/3] docs(architecture): update icon name for database in exemple --- docs/syntax/architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/syntax/architecture.md b/docs/syntax/architecture.md index 2ac8a1ed1a..f0f0e9ac76 100644 --- a/docs/syntax/architecture.md +++ b/docs/syntax/architecture.md @@ -79,15 +79,15 @@ service {service id}({icon name})[{title}] (in {parent id})? Put together: ``` -service database(db)[Database] +service database1(database)[My Database] ``` -creates the service identified as `database`, using the icon `db`, with the label `Database`. +creates the service identified as `database1`, using the icon `database`, with the label `My Database`. If the service belongs to a group, it can be placed inside it through the optional `in` keyword ``` -service database(db)[Database] in private_api +service database1(database)[My Database] in private_api ``` ### Edges From 2655be0badb38ae155c89862b528b987644623ab Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:21:46 +0000 Subject: [PATCH 2/3] [autofix.ci] apply automated fixes --- docs/syntax/architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/syntax/architecture.md b/docs/syntax/architecture.md index f0f0e9ac76..2ac8a1ed1a 100644 --- a/docs/syntax/architecture.md +++ b/docs/syntax/architecture.md @@ -79,15 +79,15 @@ service {service id}({icon name})[{title}] (in {parent id})? Put together: ``` -service database1(database)[My Database] +service database(db)[Database] ``` -creates the service identified as `database1`, using the icon `database`, with the label `My Database`. +creates the service identified as `database`, using the icon `db`, with the label `Database`. If the service belongs to a group, it can be placed inside it through the optional `in` keyword ``` -service database1(database)[My Database] in private_api +service database(db)[Database] in private_api ``` ### Edges From 2c31a599af3c826f357027530a940fd1fb3fff93 Mon Sep 17 00:00:00 2001 From: "g.bremont-ext" Date: Thu, 10 Oct 2024 16:59:46 +0200 Subject: [PATCH 3/3] docs(architecture): use right icon for database in exemple --- docs/syntax/architecture.md | 6 +++--- packages/mermaid/src/docs/syntax/architecture.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/syntax/architecture.md b/docs/syntax/architecture.md index 2ac8a1ed1a..f0f0e9ac76 100644 --- a/docs/syntax/architecture.md +++ b/docs/syntax/architecture.md @@ -79,15 +79,15 @@ service {service id}({icon name})[{title}] (in {parent id})? Put together: ``` -service database(db)[Database] +service database1(database)[My Database] ``` -creates the service identified as `database`, using the icon `db`, with the label `Database`. +creates the service identified as `database1`, using the icon `database`, with the label `My Database`. If the service belongs to a group, it can be placed inside it through the optional `in` keyword ``` -service database(db)[Database] in private_api +service database1(database)[My Database] in private_api ``` ### Edges diff --git a/packages/mermaid/src/docs/syntax/architecture.md b/packages/mermaid/src/docs/syntax/architecture.md index 2c4de5fd9e..3fc5629f4d 100644 --- a/packages/mermaid/src/docs/syntax/architecture.md +++ b/packages/mermaid/src/docs/syntax/architecture.md @@ -59,15 +59,15 @@ service {service id}({icon name})[{title}] (in {parent id})? Put together: ``` -service database(db)[Database] +service database1(database)[My Database] ``` -creates the service identified as `database`, using the icon `db`, with the label `Database`. +creates the service identified as `database1`, using the icon `database`, with the label `My Database`. If the service belongs to a group, it can be placed inside it through the optional `in` keyword ``` -service database(db)[Database] in private_api +service database1(database)[My Database] in private_api ``` ### Edges