From 1ed526bea1cf55e767a669c7314669d889a7fc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 23 Jun 2025 11:31:27 +0200 Subject: [PATCH 1/2] [AI] Improved LTS Updates link --- docs/ai_actions/ai_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai_actions/ai_actions.md b/docs/ai_actions/ai_actions.md index 1aac86f4..0a72c35d 100644 --- a/docs/ai_actions/ai_actions.md +++ b/docs/ai_actions/ai_actions.md @@ -7,7 +7,7 @@ edition: lts-update AI Actions is a set of capabilities that enhance the efficiency and creativity of content editors. The feature is not included in [[= product_name =]] by default. -It's an [LTS Update]([[= developer_doc =]]/release_notes/ibexa_dxp_v4.6/#lts-updates) that requires separate [installation and system configuration]([[= developer_doc =]]/ai_actions/install_ai_actions/). +It's an [LTS Update]([[= developer_doc =]]/ibexa_products/editions#lts-updates) that requires separate [installation and system configuration]([[= developer_doc =]]/ai_actions/install_ai_actions/). Once AI Actions are installed and configured, content editors with `Action configuration/View` and `Action configuration/Execute` permissions have access to AI-driven tools. For example, they can [enhance or improve the text](create_edit_content_items.md#ai-assistant) that they have written, or [generate alternative text](upload_images.md#ai) for images. From 533d071a7d4f1ecbe7e90faa540379765358e685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 23 Jun 2025 11:31:37 +0200 Subject: [PATCH 2/2] Added support for multibadge pages --- theme/main.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/theme/main.html b/theme/main.html index e6777d06..731ebb26 100644 --- a/theme/main.html +++ b/theme/main.html @@ -53,15 +53,16 @@ {% endfor %} - {% if page.meta.edition %} + {% if page.meta.edition or page.meta.editions %}
- {% if page.meta.edition == 'commerce' %} - - {% elif page.meta.edition == 'experience' %} - - {% elif page.meta.edition == 'lts-update' %} + {% if page.meta.edition == 'lts-update' or 'lts-update' in page.meta.editions %} {% endif %} + {% if page.meta.edition == 'experience' or 'experience' in page.meta.editions %} + + {% elif page.meta.edition == 'commerce' or 'commerce' in page.meta.editions %} + + {% endif %}
{% endif %} {{ page.content }}