Remove default icon from tip blocks that already start with an emoji

This commit is contained in:
Djeex
2026-09-04 14:56:09 +02:00
parent eeeaa706a2
commit a7b85af45a
22 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ services:
restart: unless-stopped
```
::tip
::tip{icon=""}
✨ Ajoutez le label de watchtower dans chaque conteneur afin d'automatiser les mises à jour
```yaml [compose.yaml]
@@ -287,7 +287,7 @@ server {
}
```
::tip
::tip{icon=""}
✨ Vous pouvez protéger cette app avec Authentik en retirant les `#` devant `include /config/nginx/authentik-server.conf;`{lang=nginx} et `include /config/nginx/authentik-location.conf;`{lang=nginx}. N'oubliez pas de [créer une application et un fournisseur dans Authentik](/fr/serveex/security/authentik#protéger-une-app-par-reverse-proxy).
::
@@ -303,7 +303,7 @@ server {
}
}
```
::tip
::tip{icon=""}
✨ Vous pouvez protéger cette app avec Authentik en retirant les `#` devant `include /config/nginx/authentik-server.conf;`{lang=nginx} et `include /config/nginx/authentik-location.conf;`{lang=nginx}. N'oubliez pas de [créer une application et un fournisseur dans Authentik](/fr/serveex/security/authentik#protéger-une-app-par-reverse-proxy).
::
+1 -1
View File
@@ -170,7 +170,7 @@ services:
- 6767:6767
```
::tip
::tip{icon=""}
✨ Ajoutez le label de watchtower dans chaque conteneur afin d'automatiser les mises à jour
```yaml [compose.yaml]