Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 10, 2024
1 parent 4f97c8c commit 2655be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/syntax/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2655be0

Please sign in to comment.