Skip to content

Commit

Permalink
docs: rename bubble to wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 5, 2024
1 parent c7d93b4 commit 607f41b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
status:
enabled: true
Expand All @@ -141,7 +141,7 @@ services:
link: https://nas.home.local/
icon:
name: mdi:nas
bubble: true
wrap: true
status:
enabled: true
```
Expand All @@ -161,7 +161,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
status:
enabled: true
Expand All @@ -171,13 +171,13 @@ services:
link: http://192.168.1.1/
icon:
name: mdi:router-network
bubble: true
wrap: true
- title: NAS
description: Synology DS223
link: https://nas.home.local/
icon:
name: mdi:nas
bubble: true
wrap: true
status:
enabled: true
```
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Icon name from [iconify](https://icon-sets.iconify.design/) or [emoji](https://g
name: simple-icons:homeassistant
```

## Bubble
## Wrap

Wraps the icon in a bubble, necessary if the icon has no background or indentation on the sides.

```yaml
bubble: true
wrap: true
```

## Color
Expand Down
10 changes: 5 additions & 5 deletions docs/ru/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
status:
enabled: true
Expand All @@ -141,7 +141,7 @@ services:
link: https://nas.home.local/
icon:
name: mdi:nas
bubble: true
wrap: true
status:
enabled: true
```
Expand All @@ -161,7 +161,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
status:
enabled: true
Expand All @@ -171,13 +171,13 @@ services:
link: http://192.168.1.1/
icon:
name: mdi:router-network
bubble: true
wrap: true
- title: Сетевое хранилище
description: Synology DS223
link: https://nas.home.local/
icon:
name: mdi:nas
bubble: true
wrap: true
status:
enabled: true
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/reference/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name: simple-icons:homeassistant
Оборачивает иконку в пузырь, необходимо если в иконке нет фона или отступов по бокам.

```yaml
bubble: true
wrap: true
```

## Цвет
Expand Down
6 changes: 3 additions & 3 deletions docs/ru/services/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ target: _blank
```yaml
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
```

или из локальный файлов:
Expand Down Expand Up @@ -121,7 +121,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
```
:::
Expand All @@ -136,7 +136,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
status:
enabled: true
Expand Down
6 changes: 3 additions & 3 deletions docs/services/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This field can be very flexibly customized by combining different parameters.
```yaml
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
```

or from local files:
Expand Down Expand Up @@ -121,7 +121,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
```
:::
Expand All @@ -136,7 +136,7 @@ services:
link: https://home-assistant.home.local/
icon:
name: simple-icons:homeassistant
bubble: true
wrap: true
color: '#3dbcf3'
status:
enabled: true
Expand Down

0 comments on commit 607f41b

Please sign in to comment.