mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-29 05:06:43 +02:00
docs(architecture): update icon name for database in exemple
This commit is contained in:
@@ -79,15 +79,15 @@ service {service id}({icon name})[{title}] (in {parent id})?
|
|||||||
Put together:
|
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
|
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
|
### Edges
|
||||||
|
Reference in New Issue
Block a user