[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2024-10-10 14:21:46 +00:00
committed by GitHub
parent 4f97c8c70e
commit 2655be0bad

View File

@@ -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