Skip to content

Commit f0a2f0f

Browse files
committed
Unified admonitions (#3208)
1 parent 35187db commit f0a2f0f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/administration/back_office/configure_product_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ product_tour:
112112
When creating new [back office user groups](user_registration.md#user-types), decide whether the existing product tour scenarios should be available for these new user groups.
113113
If not, add the new group to the exclusion list.
114114

115-
!!! warning
115+
!!! caution
116116

117117
If a scenario contains information meant only for specific group of users, always use the `user_groups_excluded` setting to exclude other groups.
118118
Don't rely only on UI access restrictions to control the access to scenarios, as a malicious internal user could trigger and preview them outside of the intended place.

docs/administration/dashboard/customize_dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition: experience
66

77
# Customize dashboard
88

9-
!!! info
9+
!!! note
1010

1111
The Dashboard Builder is available only in the Experience and Commerce editions.
1212
The dashboard from the Headless edition can be customized using [Twig Components](components.md).

docs/commerce/transactional_emails/transactional_emails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Create campaigns of transactional email type, one for each notification type tha
7575
When you build a campaign template, make sure that you use the variables supported by [[= product_name =]].
7676
For a complete list of parameters, see [Transactional email variables reference](transactional_emails_parameters.md).
7777
78-
!!! Tip
78+
!!! tip
7979
8080
When you invent names for your campaigns, keep them simple, and don't use special characters or spaces.
8181

docs/infrastructure_and_maintenance/background_tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ php bin/console messenger:consume ibexa.messenger.transport --bus=ibexa.messenge
139139

140140
In [multi-repository setups](repository_configuration.md), the worker process always works for a [SiteAccess](multisite_configuration.md#siteaccess-configuration) that you indicate by using the `--siteaccess` option, therefore you may need to run multiple workers, one for each SiteAccess.
141141

142-
!!! warning "Multi-repository setups"
142+
!!! caution "Multi-repository setups"
143143

144144
Doctrine transport works across multiple repositories without issues, but other transports may need to be adjusted, so that queues across different repositories are not accidentally shared.
145145

docs/personalization/legacy_recommendation_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ It fetches 8 recommendations for user Smith, who is watching the item 123 and th
7272
The recommendation request returns a list of item IDs that are JSON, JSONP or XML-formatted.
7373
The result can be integrated into any webpage by using some lines of script code. 
7474

75-
!!! tips
75+
!!! tip
7676

7777
See the [Quickstart Guide](integrate_recommendation_service.md) for a simple example written in PHP.
7878

docs/update_and_migration/migrate_to_ibexa_dxp/migrating_from_ez_publish_platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can then proceed with consecutive upgrades to further versions: v1.13 LTS an
3535
See [ezpublish-kernel:doc/bc/changes-6.0.md](https://github.com/ezsystems/ezpublish-kernel/blob/v6.7.0/doc/bc/changes-6.0.md)
3636

3737

38-
!!! warning "Unsupported legacy sorting methods"
38+
!!! caution "Unsupported legacy sorting methods"
3939

4040
In older eZ Publish versions, sub-items of content items could be sorted by Class identifier (option value 6) or Class name (option value 7).
4141
These sorting methods are no longer supported in [[= product_name =]].

0 commit comments

Comments
 (0)