Skip to content

Commit 6787efb

Browse files
committed
Merge branch '5.0' into test-links
2 parents 70d99cb + 5adc6e3 commit 6787efb

File tree

278 files changed

+689
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+689
-29
lines changed

docs/administration/configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These files contain additional settings and point to the general (not environmen
3333

3434
!!! tip
3535

36-
Read more about [how configuration is handled in Symfony]([[= symfony_doc =]]/best_practices/configuration.html).
36+
Read more about [how configuration is handled in Symfony]([[= symfony_doc =]]/best_practices.html#configuration).
3737

3838
!!! caution "Special characters"
3939

docs/ai_actions/configure_ai_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ php bin/console ibexa:connect:init-connect-ai 2 en connect-image-to-text connect
102102

103103
!!! note "Support for multiple [[= product_name_connect =]] languages"
104104

105-
The [`language` attribute](https://developers.make.com/api-documentation/api-reference/templates#templates-1) determines the language in which template details such as module names will be displayed in [[= product_name_connect =]]'s UI.
105+
The [`language` attribute](https://developers.make.com/api-documentation/api-reference/templates#post-templates) determines the language in which template details such as module names will be displayed in [[= product_name_connect =]]'s UI.
106106

107107
Then, create the `Ibexa AI handler` custom property in [[= product_name_connect =]] to store the list of available action handlers for this integration.
108108
You can do it by running the following command:

docs/content_management/content_api/managing_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you delete the [main location](#changing-the-main-location) of a content item
6969
[[= include_file('code_samples/api/public_php_api/src/Command/DeleteContentCommand.php', 49, 50) =]]
7070
```
7171

72-
To send the location and its subtree to Trash, use [`TrashService::trash`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#).
72+
To send the location and its subtree to Trash, use [`TrashService::trash`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#method_trash).
7373
Items in Trash can be later [restored, or deleted permanently](#trash).
7474

7575
``` php

docs/content_management/data_migration/add_data_migration_matcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Matchers are instances of `FilteringCriterion`, so a custom normalizer needs to
1616

1717
!!! tip "Normalizers"
1818

19-
To learn more about normalizers, refer to [Symfony documentation]([[= symfony_doc =]]/components/serializer.html).
19+
To learn more about normalizers, refer to [Symfony documentation]([[= symfony_doc =]]/serializer.html).
2020

2121
Create the normalizer in `src/Migrations/Matcher/SectionIdentifierNormalizer.php`:
2222

docs/content_management/images/fastly_io.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ description: Configure Fastly Image Optimizer.
77
The Fastly Image Optimizer (Fastly IO) is an external service that provides real-time image optimization for multiple input and output formats.
88
It serves and caches image requests from your origin server, making your website faster and more efficient.
99

10-
To be able to configure this feature, you need [Fastly IO subscription](https://docs.fastly.com/en/guides/about-fastly-image-optimizer).
10+
To be able to configure this feature, you need [Fastly IO subscription](https://www.fastly.com/documentation/guides/full-site-delivery/about-fastly-image-optimizer/).
1111

1212
## Enable shielding
1313

1414
To use Fastly Image Optimizer, you first need a [working setup of Ibexa DXP and Fastly](reverse_proxy.md#using-varnish-or-fastly)
1515
with shielding enabled.
1616
To enable shielding, follow the steps in [Fastly Developer Documentation](https://www.fastly.com/documentation/guides/concepts/shielding/#enabling-and-disabling-shielding).
17-
Remember to choose a shield location from the **Shielding** menu, as described in [Fastly User Documentation](https://docs.fastly.com/en/guides/shielding#enabling-shielding).
17+
Remember to choose a shield location from the **Shielding** menu, as described in [Fastly User Documentation](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding#enabling-shielding).
1818

1919
## VCL configuration
2020

docs/content_management/url_management/url_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ ibexa:
181181
| `separator` | Decides what separator is used. There are three types of separator available: dash, underscore and space. |
182182
| `transformation_groups` | Contains the available patterns for URL generation. |
183183

184-
A transformation group consists of an array of commands (see [all available commands](https://github.com/ibexa/core/tree/main/tests/lib/Persistence/TransformationProcessor/_fixtures/transformations)) and a [`cleanupText`](https://github.com/ibexa/core/blob/main/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php#L286).
184+
A transformation group consists of an array of commands (see [all available commands](https://github.com/ibexa/core/tree/main/src/lib/Resources/slug_converter/transformations)) and a [`cleanupText`](https://github.com/ibexa/core/blob/main/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php#L286).
185185

186186
You can make use of pre-defined transformation groups.
187187
You can also add your own, with your own set of commands.

docs/discounts/discounts_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ With conditions you can narrow down the scenarios in which the discount applies.
5050

5151
| Condition | Applies to | Identifier | Description | Expression values |
5252
|---|---|---|---|---|
53-
| `Ibexa\Discounts\Value\DiscountCondition\IsInCategory` | Cart, Catalog | `is_in_category` | Checks if the product belongs to specified [product categories]([[= user_doc =]]/pim/work_with_product_categories) | `categories` |
53+
| `Ibexa\Discounts\Value\DiscountCondition\IsInCategory` | Cart, Catalog | `is_in_category` | Checks if the product belongs to specified [product categories]([[= user_doc =]]/pim/work_with_product_categories/) | `categories` |
5454
| `Ibexa\Discounts\Value\DiscountCondition\IsInCurrency` | Cart, Catalog |`is_in_currency` | Checks if the product has price in the specified currency | `currency_code` |
5555
| `Ibexa\Discounts\Value\DiscountCondition\IsInRegions` | Cart, Catalog | `is_in_regions` | Checks if the customer is making the purchase in one of the specified regions | `regions` |
5656
| `Ibexa\Discounts\Value\DiscountCondition\IsProductInArray` | Cart, Catalog| `is_product_in_array` | Checks if the product belongs to the group of selected products | `product_codes` |
3.8 MB
Loading

docs/images/content.png

-7.71 KB
Binary file not shown.

docs/images/customer.png

-13.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)