You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!!! note "Support for multiple [[= product_name_connect =]] languages"
104
104
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.
106
106
107
107
Then, create the `Ibexa AI handler` custom property in [[= product_name_connect =]] to store the list of available action handlers for this integration.
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).
73
73
Items in Trash can be later [restored, or deleted permanently](#trash).
The Fastly Image Optimizer (Fastly IO) is an external service that provides real-time image optimization for multiple input and output formats.
8
8
It serves and caches image requests from your origin server, making your website faster and more efficient.
9
9
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/).
11
11
12
12
## Enable shielding
13
13
14
14
To use Fastly Image Optimizer, you first need a [working setup of Ibexa DXP and Fastly](reverse_proxy.md#using-varnish-or-fastly)
15
15
with shielding enabled.
16
16
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).
Copy file name to clipboardExpand all lines: docs/content_management/url_management/url_management.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ ibexa:
181
181
| `separator` | Decides what separator is used. There are three types of separator available: dash, underscore and space. |
182
182
| `transformation_groups` | Contains the available patterns for URL generation. |
183
183
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).
185
185
186
186
You can make use of pre-defined transformation groups.
187
187
You can also add your own, with your own set of commands.
|`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`|
54
54
|`Ibexa\Discounts\Value\DiscountCondition\IsInCurrency`| Cart, Catalog |`is_in_currency`| Checks if the product has price in the specified currency |`currency_code`|
55
55
|`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`|
56
56
|`Ibexa\Discounts\Value\DiscountCondition\IsProductInArray`| Cart, Catalog|`is_product_in_array`| Checks if the product belongs to the group of selected products |`product_codes`|
Fastly configuration is stored in Varnish Configuration Language (VCL) files.
119
-
You can change the behaviour of Fastly by [uploading custom VCL files](https://docs.fastly.com/en/guides/uploading-custom-vcl).
119
+
You can change the behaviour of Fastly by [uploading custom VCL files](https://www.fastly.com/documentation/guides/full-site-delivery/custom-vcl/uploading-custom-vcl).
120
120
[[= product_name =]] ships with two VCL files that need to be enabled for Fastly to work correctly with the platform; `ibexa_main.vcl` and `ibexa_user_hash.vcl` (located in `vendor/ibexa/fastly/fastly/`)
You can also add VCL code to the Fastly configuration without modifying the custom `.vcl` files directly.
219
-
You do it by creating [snippets](https://docs.fastly.com/en/guides/about-vcl-snippets).
219
+
You do it by creating [snippets](https://www.fastly.com/documentation/guides/full-site-delivery/custom-vcl/about-vcl-snippets).
220
220
it's recommended that you use snippets instead of changing the VCL files provided by [[= product_name =]] as much as possible, which makes it easier to upgrade the [[= product_name =]] VCL configuration later.
221
221
222
222
When you use snippets, the snippet code is injected into the VCL where the `#FASTLY ...` macros are placed.
@@ -339,7 +339,7 @@ To enable basic-auth, use [Fastly documentation](https://www.fastly.com/document
339
339
340
340
Follow the steps below.
341
341
342
-
Usernames and passwords can be stored inside the VCL file, but in this case credentials are stored in a [dictionary](https://docs.fastly.com/en/guides/working-with-dictionaries#working-with-dictionaries-using-vcl-snippets).
342
+
Usernames and passwords can be stored inside the VCL file, but in this case credentials are stored in a [dictionary](https://www.fastly.com/documentation/guides/full-site-delivery/dictionaries/working-with-dictionaries#working-with-dictionaries-using-vcl-snippets).
343
343
344
344
!!! note
345
345
To make this example work, you must run [[= product_name =]] in version 3.3.16 or later, or 4.5.
@@ -391,7 +391,7 @@ fastly dictionary-entry list --dictionary-id=ltC6Rg4pqw4qaNKF5tEW33
391
391
392
392
Now your dictionary stores new username and password. The next thing to do is to alter the Fastly VCL configuration
393
393
and add the basic-auth support.
394
-
This example uses [snippets](https://docs.fastly.com/en/guides/about-vcl-snippets), so that no changes are needed in the `.vcl` files that are shipped with [[= product_name =]].
394
+
This example uses [snippets](https://www.fastly.com/documentation/guides/full-site-delivery/custom-vcl/about-vcl-snippets), so that no changes are needed in the `.vcl` files that are shipped with [[= product_name =]].
395
395
You need two snippets, store these as files in your system:
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ For reverse proxies to work properly with your installation, you need to add the
53
53
-`ibexa_user_hash.vcl` as another custom VCL
54
54
-`snippet_re_enable_shielding.vcl` as snippet
55
55
56
-
The provided `.vcl` files work both with [Fastly Shielding](https://docs.fastly.com/en/guides/shielding) enabled and without it.
56
+
The provided `.vcl` files work both with [Fastly Shielding](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding) enabled and without it.
57
57
If you decide to use Fastly VCL, consider using [Fastly CLI](https://www.fastly.com/documentation/reference/tools/cli/#installing) with it to manage VCL files from the command line.
58
58
To learn more, see [Prepare to use Fastly locally](fastly.md#prepare-for-using-fastly-locally) and [Introduction to Fastly CLI](fastly.md#quick-introduction-to-fastly-cli).
59
59
@@ -199,7 +199,7 @@ For more information about configuring Captcha fields, see [Captcha field](work_
199
199
### Use Fastly as HttpCache proxy
200
200
201
201
[Fastly](https://www.fastly.com/) delivers Varnish as a CDN service and is supported with [[= product_name =]].
202
-
To learn how it works, see [Fastly documentation](https://docs.fastly.com/en/guides/using-fastlys-global-pop-network).
202
+
To learn how it works, see [Fastly documentation](https://www.fastly.com/documentation/guides/getting-started/concepts/using-fastlys-global-pop-network).
203
203
204
204
#### Configure Fastly in YML
205
205
@@ -244,7 +244,7 @@ To get the service ID, log in to https://www.fastly.com/.
244
244
In the upper menu, click the **CONFIGURE** tab.
245
245
The service ID is displayed next to the name of your service on any page.
246
246
247
-
For instructions on how to generate a Fastly API token, see [the Fastly guide](https://docs.fastly.com/en/guides/using-api-tokens).
247
+
For instructions on how to generate a Fastly API token, see [the Fastly guide](https://www.fastly.com/documentation/guides/account-info/account-management/using-api-tokens).
248
248
The API token needs the `purge_all` an `purge_select` scopes.
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,11 @@ For example, the `ddev exec curl -s "http://elasticsearch:9200/_count"` command
56
56
57
57
For more information on topics such as memory management, see [ddev/ddev-elasticsearch README](https://github.com/ddev/ddev-elasticsearch).
58
58
59
-
See [Elasticsearch REST API reference](https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html) for more request options, like, for example:
59
+
See [Elasticsearch REST API reference](https://www.elastic.co/docs/reference/elasticsearch/rest-apis) for more request options, like, for example:
60
60
61
-
-[`_count`](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-count.html), as seen above
62
-
-[`_cluster/health`](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html) (don't mind the "yellow" status which is normal in the absence of replicas in the DDEV container)
63
-
-[`_search?size=0"`](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html), which is another way to get document count
61
+
-[`_count`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-count), as seen above
62
+
-[`_cluster/health`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-health) (don't mind the "yellow" status which is normal in the absence of replicas in the DDEV container)
63
+
-[`_search?size=0"`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search), which is another way to get document count
0 commit comments