Skip to content

Commit

Permalink
Merge pull request #2788 from spryker/gifs-to-mp4-2
Browse files Browse the repository at this point in the history
Gifs to mp4 2
  • Loading branch information
andriitserkovnyi committed Sep 6, 2024
2 parents 0bb0b52 + 1b94360 commit 1a5c460
Show file tree
Hide file tree
Showing 849 changed files with 3,339 additions and 3,315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ redirect_from:
*App Configuration Translation* represents a JSON file that contains all translations for all entities from the [application configuration file](/docs/dg/dev/acp/develop-an-app/app-configuration.html).
Translations for all configurations in all locales are contained in the same file. The default path for the translation file is: `/config/app/translation.json`.

<details open>
<details>
<summary>App configuration translation example</summary>

```json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Common properties of a widget are:
```
</details>

<details open>
<details>
<summary>notification example</summary>

```json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For the manifest, make sure to follow these conditions:
- For each locale, a separate manifest file must be created. The file name must be the same as the locale name, for example, *en_US.json*.
- The default directory for all the manifest files (all locales) is `/config/app/manifest`.

<details open>
<details>
<summary>Manifest example</summary>

```json
Expand Down
2 changes: 1 addition & 1 deletion _includes/checking-redis-system-information-via-a-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SPRYKER_KEY_VALUE_STORE_HOST={VALUE_FROM_THE_CONNECTION_CONFIGURATION} SPRYKER_K
```

<details>
<summary markdown='span'>Output example</summary>
<summary>Output example</summary>

```bash
# Server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Activate the following plugins:
| AgentCustomerSearchResourceRoutePlugin | Provides the `/agent-customer-search` resource route. | None | Spryker\Glue\AgentAuthRestApi\Plugin\GlueApplication |


<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ There are two cart behavior strategies: single cart and multicart. Unlike the si


<details>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Make sure that the following modules have been installed:
Add all the payment methods available in the shop to `CheckoutRestApiConfig`—for example:

<details>
<summary markdown='span'>src/Pyz/Glue/CheckoutRestApi/CheckoutRestApiConfig.php</summary>
<summary>src/Pyz/Glue/CheckoutRestApi/CheckoutRestApiConfig.php</summary>

```php
<?php
Expand Down Expand Up @@ -149,7 +149,7 @@ For the `checkout-data` endpoint to keep returning shipment methods, keep `Pyz\G
If `Pyz\Glue\CheckoutRestApi\CheckoutRestApiConfig::isShipmentMethodsMappedToAttributes()` is true, make sure the shipping method attributes are returned in the `shipmentMethods` after sending the `POST https://glue.mysprykershop.com/checkout-data` request:

<details>
<summary markdown='span'>Response sample</summary>
<summary>Response sample</summary>

```json
{
Expand Down Expand Up @@ -223,7 +223,7 @@ For the `checkout-data` endpoint to keep returning payment methods, keep `Checko
If `Pyz\Glue\CheckoutRestApi\CheckoutRestApiConfig::isPaymentProvidersMappedToAttributes()` is true, make sure the payment methods attributes are returned in the `paymentProviders `attribute after sending the `POST https://glue.mysprykershop.com/checkout-data` request:

<details>
<summary markdown='span'>Response sample</summary>
<summary>Response sample</summary>

```json
{
Expand Down Expand Up @@ -349,7 +349,7 @@ Activate the following plugins:
| GuestCartByRestCheckoutDataResourceRelationshipPlugin | Adds `guest-carts` resource as the relationship by `RestCheckoutDataTransfer.quote`. Applies only for guest customers. | None | Spryker\Glue\CartsRestApi\Plugin\GlueApplication |

<details>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ class CustomersRestApiDependencyProvider extends SprykerCustomersRestApiDependen
```


<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down Expand Up @@ -643,8 +643,8 @@ class CheckoutRestApiDependencyProvider extends SprykerCheckoutRestApiDependency
}
```

<details open>
<summary markdown='span'>src/Pyz/Zed/CheckoutRestApi/CheckoutRestApiDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Zed/CheckoutRestApi/CheckoutRestApiDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Activate the following plugins:
| ConfigurableBundleTemplatesResourceRoutePlugin | Provides the `/configurable-bundle-templates` resource route. | None | Spryker\Glue\ConfigurableBundlesRestApi\Plugin\GlueApplication |
SalesConfiguredBundleRestOrderItemsAttributesMapperPlugin | Maps the additional information from the`ItemTransfer` to `RestOrderItemsAttributesTransfer`. | None | Spryker\Glue\ConfigurableBundlesRestApi\Plugin\OrdersRestApi |

<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ Enable resources and relationships as follows:
| CustomerAddressCheckoutDataValidatorPlugin | Collects shipping address UUIDs from `checkoutDataTransfer.shipments`. If the authenticated customer does not own the provided customer address, returns `CheckoutResponseTransfer` with an error. | None | Spryker\Zed\CustomersRestApi\Communication\Plugin\CheckoutRestApi |
| CustomerAddressProviderStrategyPlugin | Finds a customer address based on the UUID provided in `RestAddressTransfer.id`. If the address was found, returns it. | None | Spryker\Zed\CustomersRestApi\Communication\Plugin\ShipmentsRestApi |
<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
```php
<?php
Expand Down Expand Up @@ -443,8 +443,8 @@ class GlueApplicationDependencyProvider extends SprykerGlueApplicationDependency
</details>
<details open>
<summary markdown='span'>src/Pyz/Zed/Oauth/OauthDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Zed/Oauth/OauthDependencyProvider.php</summary>
```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Activate the following plugins:
| ConcreteProductAvailabilitiesByResourceIdResourceRelationshipPlugin | Adds the concrete product availability resource as a relationship to the concrete product resource. | None |Spryker\Glue\ProductAvailabilitiesRestApi\Plugin\GlueApplication |


<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Activate the following plugins:
| SalesUnitsByCartItemResourceRelationshipPlugin | Adds the `sales-units` resource as relationship of the `item` resource. | None | Spryker\Glue\ProductMeasurementUnitsApi\Plugin\GlueApplication |


<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down Expand Up @@ -208,8 +208,8 @@ Make sure that the `SalesUnitsResourceRoutePlugin` and `ProductMeasurementUnitsB

2. You should get a valid response, similar to the following:

<details open>
<summary markdown='span'>Response sample</summary>
<details>
<summary>Response sample</summary>

```json
{
Expand Down Expand Up @@ -269,8 +269,8 @@ Make sure that the `ProductMeasurementUnitsByProductConcreteResourceRelationship

2. You should get a valid response, similar to the following:

<details open>
<summary markdown='span'>Response sample</summary>
<details>
<summary>Response sample</summary>

```json
{
Expand Down Expand Up @@ -415,8 +415,8 @@ Make sure that the `SalesUnitsByCartItemResourceRelationshipPlugin` relationship

2. You should get a valid response, similar to the following:

<details open>
<summary markdown='span'>Response sample</summary>
<details>
<summary>Response sample</summary>

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ On a project level, install the following plugins:
| --- | --- | --- | --- |
| `QuoteCreatorPlugin` | Creates a quote for a customer. | None | `Spryker\Zed\PersistentCart\Communication\Plugin\CartsRestApi` |

<details open>
<summary markdown='span'>src/Pyz/Zed/CartsRestApi/CartsRestApiDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Zed/CartsRestApi/CartsRestApiDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ Send a request to *https://glue.mysprykershop.com/navigations/MAIN_NAVIGATION?in

Make sure that the response contains `category-nodes` as a relationship and `category-nodes` data included.

<details open>
<summary markdown='span'>https://glue.mysprykershop.com/navigations/MAIN_NAVIGATION?include=category-nodes</summary>
<details>
<summary>https://glue.mysprykershop.com/navigations/MAIN_NAVIGATION?include=category-nodes</summary>

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Activate the following plugins:
| CustomerOrdersResourceRoutePlugin | Adds the configuration for resource routing, mapping of HTTP methods to controller actions and defines if actions are protected. | None | Spryker\Glue\OrdersRestApi\Plugin |


<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down Expand Up @@ -152,8 +152,8 @@ To verify that `CustomerOrdersResourceRoutePlugin` is set up correctly, make sur

To verify that `OrderRelationshipByOrderReferencePlugin` is set up correctly, make sure that the `orders` relationship is returned after sending the following request:

<details open>
<summary markdown='span'>POST https://glue.mysprykershop.comm/checkout?include=orders</summary>
<details>
<summary>POST https://glue.mysprykershop.comm/checkout?include=orders</summary>

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Activate the following plugins:
| BundleItemQuoteItemReadValidatorPlugin |Checks if `CartItemRequestTransfer` is a bundle item in `QuoteTransfer` before performing update or delete operations on it. |None |Spryker\Zed\ProductBundleCartsRestApi\Communication\Plugin|


<details open><summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details><summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Activate the following plugins:
|ConcreteProductsBundledProductsResourceRoutePlugin| Provides the `bundled-products` resource route with `concrete-products` as a parent resource. |None |Spryker\Glue\ProductBundlesRestApi\Plugin\GlueApplication|
| BundleItemRestOrderDetailsAttributesMapperPlugin |Maps the additional information from`OrderTransfer` to `RestOrderDetailsAttributesTransfer`. |None |Spryker\Glue\ProductBundlesRestApi\Plugin\OrdersRestApi|

<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Make sure that the `https://glue.mysprykershop.com/concrete-products/{% raw %}{{
Make sure that the `concrete-products` resource is expanded with the product configuration properties. For an example, see the following response to the `GET https://glue.mysprykershop.com/concrete-products/093_24495843` request.

<details>
<summary markdown='span'>Response sample</summary>
<summary>Response sample</summary>

```json
{
Expand Down Expand Up @@ -331,7 +331,7 @@ class OrdersRestApiDependencyProvider extends SprykerOrdersRestApiDependencyProv
Make sure that the `orders` resource is expanded with the product configuration properties. For an example, see the following response to the `GET https://glue.mysprykershop.com/orders/DE--2` request:

<details>
<summary markdown='span'>Response sample</summary>
<summary>Response sample</summary>

```json
{
Expand Down Expand Up @@ -588,7 +588,7 @@ class GlueApplicationDependencyProvider extends SprykerGlueApplicationDependency
Make sure that the `items` resource is expanded with the product configuration properties. For an example, see the following response to the `POST https://glue.mysprykershop.com/carts/2f0a0b59-b988-5829-8fd3-6d636fc8ea33/items?include=items` request:

<details>
<summary markdown='span'>Request sample</summary>
<summary>Request sample</summary>

```json
{
Expand Down Expand Up @@ -641,7 +641,7 @@ Make sure that the `items` resource is expanded with the product configuration p
</details>

<details>
<summary markdown='span'>Response sample</summary>
<summary>Response sample</summary>

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ Activate the following plugins:
|ConcreteProductsProductImageSetsResourceRelationshipPlugin |Adds the `concrete-product-image-sets` resource as a relationship to the `concrete-products` resource. |None |Spryker\Glue\ProductImageSetsRestApi\Plugin\Relationship|


<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down Expand Up @@ -337,8 +337,8 @@ Activate the following plugins:



<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```json
<?php
Expand Down Expand Up @@ -454,8 +454,8 @@ Ensure that the relationship has been registered correctly:

2. The response should contain the `category-nodes` resource as a relationship.

<details open>
<summary markdown='span'>Response sample</summary>
<details>
<summary>Response sample</summary>

```json
{  
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Activate the following plugin:
| ProductLabelsRelationshipByResourceIdPlugin | Adds the product labels resource as a relationship to the abstract product resource. | None | Spryker\Glue\ProductLabelsRestApi\Plugin\GlueApplication\ProductLabelsRelationshipByResourceIdPlugin |
| ProductLabelsResourceRoutePlugin |Registers the product labels resource. | None | Spryker\Glue\ProductLabelsRestApi\Plugin\GlueApplication\ProductLabelsResourceRoutePlugin |

<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Activate the following plugins:
|ConcreteProductsProductPricesResourceRelationshipPlugin |Adds the `concrete-product-prices` resource as a relationship to the `concrete-products` resource. |None |Spryker\Glue\ProductsProductPricesResourceRelationship\Plugin|
|PriceProductVolumeRestProductPricesAttributesMapperPlugin |Adds volume price data to `abstract-product-prices`  and `concrete-product-prices` resources. |None| Spryker\Glue\PriceProductVolumesRestApi\Plugin\ProductPriceRestApi|

<details open>
<summary markdown='span'>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>
<details>
<summary>src/Pyz/Glue/GlueApplication/GlueApplicationDependencyProvider.php</summary>

```php
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Make sure that the following endpoints are available:
* `https://glue.mysprykershop.com/abstract-products/{% raw %}{{{% endraw %}abstract_sku{% raw %}}}{% endraw %}/product-reviews`

<details>
<summary markdown='span'>Example</summary>
<summary>Example</summary>

```json
{
Expand Down Expand Up @@ -198,7 +198,7 @@ Make sure that the following endpoints are available:
* `https://glue.mysprykershop.com/abstract-products/{% raw %}{{{% endraw %}abstract_sku{% raw %}}}{% endraw %}/product-reviews/{% raw %}{{{% endraw %}review_id{% raw %}}}{% endraw %}`

<details>
<summary markdown='span'>Example</summary>
<summary>Example</summary>

```json
{
Expand Down Expand Up @@ -313,7 +313,7 @@ class ProductsRestApiDependencyProvider extends SprykerProductsRestApiDependency
3. Make sure that `averageRating` and `reviewCount` attributes are present in concrete-products and abstract-products resources attributes section.

<details>
<summary markdown='span'>Example</summary>
<summary>Example</summary>

```json
{
Expand Down Expand Up @@ -467,7 +467,7 @@ class ProductsRestApiDependencyProvider extends SprykerProductsRestApiDependency
5. Make sure that the response contains `product-reviews` as a relationship and `product-reviews` data included.

<details>
<summary markdown='span'>Example</summary>
<summary>Example</summary>

```json
{
Expand Down
Loading

0 comments on commit 1a5c460

Please sign in to comment.