Skip to content

Commit ba8e2ea

Browse files
committed
Unified admonitions
1 parent 99b8aa4 commit ba8e2ea

13 files changed

Lines changed: 14 additions & 14 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/api/rest_api/rest_api_usage/rest_api_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ php bin/console ibexa:openapi --yaml --output=openapi.yaml # YAML output
2929

3030
Use the specification file with [available OpenAPI tools](https://tools.openapis.org/) to work faster with the API, for example, by generating libraries and clients for the API.
3131

32-
!!! info
32+
!!! note
3333

3434
In [Symfony's `dev` environment](environments.md), you can access a REST API reference generated for your project by visiting the `/api/ibexa/v2/doc` route in the browser.
3535

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/content_management/taxonomy/taxonomy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ ibexa:
254254
default_embedding_model: 'text-embedding-ada-002'
255255
```
256256

257-
!!! warning "Change both embedding generation models"
257+
!!! caution "Change both embedding generation models"
258258

259259
When you change the default suggestions generation model, ensure that you update the `ibexa.system.default.taxonomy.search.default_embedding_model` setting that is used for taxonomy indexing purposes.
260260
Otherwise the taxonomy suggestions feature fails to find matching entries.

docs/ibexa_cloud/environment_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Environment variable prefixes are created by converting relationship names to up
1212
When multiple endpoints are defined for a single relationship, numerical indices are used for all entries except the first one, for example: `SOLR`, `SOLR_1`, `SOLR_2`.
1313
When multiple services of the same type are present, environment variables are exposed for each service accordingly based on their relationship names.
1414

15-
!!! warning "Environment variables in configuration files"
15+
!!! caution "Environment variables in configuration files"
1616

1717
To prevent Symfony container initialization failures, you must define placeholder values for [[= product_name_cloud =]] environment variables in your `.env` file when referencing them in configuration files.
1818

docs/infrastructure_and_maintenance/background_tasks.md

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

6868
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.
6969

70-
!!! warning "Multi-repository setups"
70+
!!! caution "Multi-repository setups"
7171

7272
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.
7373

docs/infrastructure_and_maintenance/cache/http_cache/content_aware_cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The built-in taggers support the following value types:
147147
- Any view implementing `Ibexa\Core\MVC\Symfony\View\ContentValueView`
148148
- Any view implementing `Ibexa\Core\MVC\Symfony\View\LocationValueView`
149149

150-
!!! warning
150+
!!! caution
151151

152152
If a value of any other type is passed (for example, a [`Content`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html) object), no tagger matches and the call has no effect.
153153

docs/permissions/limitation_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The Personalization limitation specifies the SiteAccesses for which the user can
290290

291291
The Product Type (`ProductType`) limitation specifies whether the user has access to products belonging to a specific product type.
292292

293-
!!! warning
293+
!!! caution
294294

295295
The `ProductType` limitation can't be used when using [[[= pim_product_name =]]](/product_catalog/quable/quable.md).
296296

docs/permissions/policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ The [discount](discounts.md) policies decide which actions can be executed by gi
309309
| | <nobr>`edit`</nobr> | edit a product | [Product Type](limitation_reference.md#product-type-limitation)</br>[Language](limitation_reference.md#language-limitation) |
310310
| | <nobr>`view`</nobr> | view products listed in the product catalog | [Product Type](limitation_reference.md#product-type-limitation) |
311311

312-
!!! warning
312+
!!! caution
313313

314314
The `ProductType` limitation can't be used when using [[[= pim_product_name =]]](/product_catalog/quable/quable.md).
315315

@@ -328,7 +328,7 @@ The [discount](discounts.md) policies decide which actions can be executed by gi
328328
| | <nobr>`edit`</nobr> | edit a product type, attribute, attribute group | [Product Type](limitation_reference.md#product-type-limitation) |
329329
| | <nobr>`view`</nobr> | view product types, attributes and attribute groups | |
330330

331-
!!! warning
331+
!!! caution
332332

333333
The `ProductType` limitation can't be used when using [[[= pim_product_name =]]](/product_catalog/quable/quable.md).
334334

0 commit comments

Comments
 (0)