diff --git a/docs/multisite/languages/automated_translations.md b/docs/multisite/languages/automated_translations.md index a15219a0ee..84214e3ad5 100644 --- a/docs/multisite/languages/automated_translations.md +++ b/docs/multisite/languages/automated_translations.md @@ -5,7 +5,7 @@ description: With the automated translation add-on, users can translate content # Automated content translation With the automated translation add-on package, users can translate their content items into multiple languages automatically by using either Google Translate or DeepL external translation engine. -The package integrates with [[= product_name =]], and allows users to [request from the UI]([[= user_doc =]]/content_management/translate_content.md#add-translations) that a content item is translated. +The package integrates with [[= product_name =]], and allows users to [request from the UI]([[= user_doc =]]/content_management/translate_content/#add-translations) that a content item is translated. However, you can also run a Console Command to translate a specific content item. Either way, as a result, a new version of the content item is created. @@ -16,7 +16,7 @@ The following field types are supported out of the box: - [RichText](richtextfield.md) - [Page](pagefield.md): the content of `text` and `richtext` [block attributes](page_block_attributes.md#block-attribute-types) -See [adding a custom field or block attribute encoder](##add-a-custom-field-encoder) for more information on how you can extend this list. +See [adding a custom field or block attribute encoder](#create-custom-field-or-block-attribute-encoder) for more information on how you can extend this list. ## Configure automated content translation @@ -90,7 +90,7 @@ By default, the automated translation package can connect to Google Translate or You would do it, for example, when a new service emerges on the market, or your company requires that a specific service is used. The following example adds a new translation service. -It uses the [AI actions framework](ai_actions_md) and assumes a custom `TranslateAction` AI Action exists. +It uses the [AI actions framework](ai_actions.md) and assumes a custom `TranslateAction` AI Action exists. To learn how to build custom AI actions see [Extending AI actions](extend_ai_actions.md#custom-action-type-use-case). 1. Create a service that implements the [`\Ibexa\AutomatedTranslation\Client\ClientInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Client-ClientInterface.html) interface: diff --git a/docs/pim/attributes/date_and_time.md b/docs/pim/attributes/date_and_time.md index 17ae29fdff..207075af8b 100644 --- a/docs/pim/attributes/date_and_time.md +++ b/docs/pim/attributes/date_and_time.md @@ -4,7 +4,7 @@ description: Date and time attribute type allows you to store product informatio # Date and time attributes -The date and time [attribute type](products.md#attributes) allows you to represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system. +The date and time [attribute type](products.md#product-attributes) allows you to represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system. It's released as an [LTS update](release_process_and_roadmap.md) that you can install on top of your current project to expand the capabilities of your [[= product_name =]]. @@ -61,7 +61,7 @@ You can now start working with the date and time attribute type. The date and time attribute type's support in the system is on par with the other, built-in attribute types. -You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attribute), REST, or through the PHP API. +You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attributes), REST, or through the PHP API. It also supports [searching](product_search_criteria.md) by using [DateTimeAttribute](datetimeattribute_criterion.md) and [DateTimeAttributeRange](datetimeattributerange_criterion.md) criterions. ![Creating a product using a date and time attribute with "trimester" accuracy level](img/datetime.png "Creating a product using a date and time attribute with "trimester" accuracy level")