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
Copy file name to clipboardExpand all lines: docs/api/php_api/php_api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ The full list of available services covers:
46
46
47
47
You can access the PHP API by injecting relevant services into your code:
48
48
49
-
- By using [auto-wiring]([[=symfony_doc=]]/service_container/autowiring.html), and the service classname in the `Ibexa\Contracts` namespace (see `bin/console debug:autowiring | grep Ibexa.Contracts`).
50
-
- By using [service parameters]([[=symfony_doc=]]/service_container.html#service-parameters), and service aliases (see `bin/console debug:autowiring | grep ibexa.api`).
49
+
- By using [auto-wiring]([[=symfony_doc=]]/service_container/autowiring.html), and the service classname in the `Ibexa\Contracts` namespace (see `bin/console debug:autowiring | grep Ibexa.Contracts`).
50
+
- By using [service parameters]([[=symfony_doc=]]/service_container.html#service-parameters), and service aliases (see `bin/console debug:autowiring | grep ibexa.api`).
51
51
- By using the repository's `get[ServiceName]()` methods, for example, [`Repository::getContentService()`](php_api_reference/classes/Ibexa-Contracts-Core-Repository-Repository.html#method_getContentService), or [`getUserService()`](php_api_reference/classes/Ibexa-Contracts-Core-Repository-Repository.html#method_getUserService).
52
52
(Prefer injecting several Repository's dedicated services instead of the whole Repository if the Repository itself isn't needed.)
Copy file name to clipboardExpand all lines: docs/api/rest_api/rest_api_usage/rest_requests.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
@@ -46,7 +46,7 @@ Unsafe methods require a CSRF token if [session-based authentication](rest_api_a
46
46
47
47
Any REST API URI responds to an `OPTIONS` request.
48
48
49
-
The response contains an [`Allow` header](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.7), which lists the methods accepted by the resource.
49
+
The response contains an [`Allow` header](https://www.rfc-editor.org/rfc/rfc9110.html#name-allow), which lists the methods accepted by the resource.
Copy file name to clipboardExpand all lines: docs/api/rest_api/rest_api_usage/testing_rest_api.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,6 @@ Depending on how your browser understands XML, it either downloads the XML file,
10
10
11
11
The following examples show how to interrogate the REST API with cURL, PHP or JS.
12
12
13
-
To test further, you can use browser extensions, like [Advanced REST client for Chrome](https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo) or [RESTClient for Firefox](https://addons.mozilla.org/en-US/firefox/addon/restclient/), or dedicated tools.
14
-
For command line users, [HTTPie](https://github.com/httpie/cli) is a good tool.
Copy file name to clipboardExpand all lines: docs/commerce/payment/payum_integration.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
@@ -5,7 +5,7 @@ edition: commerce
5
5
6
6
# Payum integration
7
7
8
-
[Payum](https://payum.gitbook.io/payum/) is a payment processing solution that simplifies the integration of various payment services like Stripe and PayPal into your application.
8
+
[Payum](https://payum.gitbook.io/payum) is a payment processing solution that simplifies the integration of various payment services like Stripe and PayPal into your application.
9
9
These services provide security of online transactions, and allow you to accept multiple payment methods while ensuring a seamless experience for the customers.
10
10
By configuring service gateways, mapping workflow actions and translating payment service names, you streamline the online payment process, and can offer a diverse payment experience.
Copy file name to clipboardExpand all lines: docs/commerce/transactional_emails/transactional_emails.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
@@ -40,13 +40,13 @@ Flex installs and activates the package.
40
40
41
41
### Configure Actito integration
42
42
43
-
Before you can start configuring the notifier engine to process and dispatch notifications to be forwarded as transactional emails, you must first obtain and configure an [Actito license](lihttps://www.actito.com/en-BE/pricing/nk).
43
+
Before you can start configuring the notifier engine to process and dispatch notifications to be forwarded as transactional emails, you must first obtain and configure an [Actito license](https://www.actito.com/en-BE/pricing/nk).
44
44
45
45
Once you gain access to the Actito dashboard:
46
46
47
47
1\. Configure the API to make calls with the GET method.
48
48
49
-
2\. Get the [API key](https://cdn3.actito.com/fe/actito-documentation/docs/Managing_API_users) and entity name.
49
+
2\. Get the [API key](https://cdn3.actito.com/fe/actito-documentation/docs/Managing_API_users/) and entity name.
50
50
51
51
3\. Set these values in the YAML configuration files, under the `ibexa.system.default.connector_actito` key:
52
52
@@ -67,7 +67,7 @@ ibexa:
67
67
By default, a trigger message coming from [[= product_name =]] contains the following attributes with information about the end-user: name, surname, and email.
68
68
69
69
Those attributes can then be used to present statistics in the Actito dashboard.
70
-
If this set of attributes is insufficient for your needs, you can [add more attributes to the trigger message](extend_transactional_emails.md#customize-actito-end-user-profile-schema).
70
+
If this set of attributes is insufficient for your needs, you can [add more attributes to the trigger message](extend_transactional_emails.md#customize-actito-end-user-profile).
Copy file name to clipboardExpand all lines: docs/content_management/data_migration/importing_data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ In the example above, the expression is enclosed in `###` and the repeated strin
104
104
105
105
#### Generating fake data
106
106
107
-
You can also generate fake data with the help of [`FakerPHP`](https://fakerphp.github.io/).
107
+
You can also generate fake data with the help of [`FakerPHP`](https://fakerphp.org/).
108
108
109
109
To use it, first install Faker on your system:
110
110
@@ -377,7 +377,7 @@ The following example shows how to create variants for a product identified by i
377
377
378
378
#### Product assets
379
379
380
-
The following example creates an image [content item](#content-items) from a local image file, and then uses it as a product asset for a variant ([created in previous example](#product-variant)):
380
+
The following example creates an image [content item](#content-items) from a local image file, and then uses it as a product asset for a variant ([created in previous example](#product-variants)):
Copy file name to clipboardExpand all lines: docs/content_management/images/fastly_io.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
@@ -13,15 +13,15 @@ To be able to configure this feature, you need [Fastly IO subscription](https://
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
-
To enable shielding, follow the steps in [Fastly Developer Documentation](https://developer.fastly.com/learning/concepts/shielding/#enabling-and-disabling-shielding).
16
+
To enable shielding, follow the steps in [Fastly Developer Documentation](https://www.fastly.com/documentation/guides/concepts/shielding/#enabling-and-disabling-shielding).
17
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).
18
18
19
19
## VCL configuration
20
20
21
21
To manipulate your Fastly VCL configuration directly from the command line,
0 commit comments