From ed640f1ca45a6e7e924bea74b55fc9353e7ad2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 20 Dec 2024 09:58:34 +0100 Subject: [PATCH 1/2] Fixed broken link and included Extending AI in cards --- docs/ai_actions/ai_actions.md | 3 ++- docs/ai_actions/extend_ai_actions.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ai_actions/ai_actions.md b/docs/ai_actions/ai_actions.md index caf5d6c5e2..1db6b24180 100644 --- a/docs/ai_actions/ai_actions.md +++ b/docs/ai_actions/ai_actions.md @@ -13,5 +13,6 @@ You can also extend it to perform other tasks or support additional AI services. [[= cards([ "ai_actions/ai_actions_guide", -"ai_actions/install_ai_actions" +"ai_actions/install_ai_actions", +"ai_actions/extend_ai_actions", ], columns=4) =]] diff --git a/docs/ai_actions/extend_ai_actions.md b/docs/ai_actions/extend_ai_actions.md index 7c82f38ddb..9cef88e209 100644 --- a/docs/ai_actions/extend_ai_actions.md +++ b/docs/ai_actions/extend_ai_actions.md @@ -59,7 +59,7 @@ To manage configurations of an AI Action you need to use another concept: Action ### Manage Action Configurations Action Configurations allow you to store the parameters for a given Action in the database and reuse them when needed. -They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions.md), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API. +They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API. To manage Action Configurations through the PHP API, you need to use the [ActionConfigurationServiceInterface](../api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionConfigurationServiceInterface.html) service. From e6510deab5cac58b1b12239040b301d9d8455e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 20 Dec 2024 10:27:01 +0100 Subject: [PATCH 2/2] Applied review suggestion Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> --- docs/ai_actions/extend_ai_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai_actions/extend_ai_actions.md b/docs/ai_actions/extend_ai_actions.md index 9cef88e209..a2d29742e5 100644 --- a/docs/ai_actions/extend_ai_actions.md +++ b/docs/ai_actions/extend_ai_actions.md @@ -59,7 +59,7 @@ To manage configurations of an AI Action you need to use another concept: Action ### Manage Action Configurations Action Configurations allow you to store the parameters for a given Action in the database and reuse them when needed. -They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API. +They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions/), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API. To manage Action Configurations through the PHP API, you need to use the [ActionConfigurationServiceInterface](../api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionConfigurationServiceInterface.html) service.