Skip to content

Commit 5ca34ba

Browse files
authored
Merge branch 'master' into IBX-9609-upgrade-mkdocs
2 parents 0aa56bc + 8dade5c commit 5ca34ba

31 files changed

+51
-49
lines changed
229 KB
Loading
99.2 KB
Loading
59.2 KB
Loading
163 KB
Loading

docs/ai_actions/work_with_ai_actions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It may happen that a set of sample AI actions has been [installed with the AI Ac
2424
!!! note "Custom action types"
2525

2626
In your specific case, the types available can be different, and your organization's development team can create custom AI action types.
27-
For more information, see [developer documentation]([[= developer_doc =]]/ai_actions/ai_actions).
27+
For more information, see [developer documentation]([[= developer_doc =]]/ai_actions/ai_actions/).
2828

2929
### View AI action details
3030

@@ -101,3 +101,10 @@ For a list of available settings, see [Edit existing AI actions](#edit-existing-
101101

102102
1. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
103103

104+
## Duplicate AI actions
105+
106+
You can duplicate existing actions, for example, to create a variant version of an action with slightly different settings.
107+
To do so, in the **AI actions** list, click the **Duplicate** icon next to a name of the AI action that you want to duplicate.
108+
109+
You can then modify the duplicated action (for example, change its name or fine-tine the instructions), enable it and save your changes.
110+
If you discard your changes, the duplicated action will appear on the actions list with status Disabled.

docs/commerce/order_management/work_with_orders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Available filters are:
2121

2222
!!! note "Order statuses"
2323

24-
Order statuses visible in the **Status** filter field are defined in the [Order workflow]([[= developer_doc =]]/commerce/order_management/configure_order_management/#order-processing-workflow).
24+
Order statuses visible in the **Status** filter field are defined in the [Order workflow]([[= developer_doc =]]/commerce/order_management/configure_order_management/#configure-order-processing-workflow).
2525

2626
- Created - a range of dates between which the order was created
2727
- Client type - either B2B or B2C client

docs/content_management/configure_ct_field_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To do it, in the **Select Editor launch mode** section, select one of the availa
9999

100100
When you add or modify a **[Content relation](create_edit_content_items.md#relation_field)** or **Content relation (multiple)** field in a content type, you can decide:
101101

102-
- which content tree location opens in the [content browser](content_model.md#content-browser) when the user browses to a related content item
102+
- which content tree location opens in the [content browser](discover_ui.md#content-browser) when the user browses to a related content item
103103
- whether relations can be to content items of a specific type only, or any content type
104104

105105
#### Relation starting location

docs/content_management/content_items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These fields can differ depending on what kind of content you're dealing with.
1111
An *article* content item may consist of fields, for example, *title*, *name*, *author*, *body*, *image*, or *subscriber teaser*.
1212
A *product* content item may have, for example, *product name*, *category*, *price*, *size*, or *color*, as fields.
1313

14-
In [[= product_name =]], you create content items based on templated called [content types](content_model.md#content_types).
14+
In [[= product_name =]], you create content items based on templated called [content types](content_model.md#content-types).
1515

1616
## Access content in the UI
1717

docs/content_management/content_organization/classify_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Click **Bookmarks** in the left menu to view a list of all of them.
5353

5454
With segments you can target content at specific groups of your users.
5555
You can use them to display different content to different page visitors.
56-
To do it, use the [Targeting block](create_edit_pages.md#targeting-block).
56+
To do it, use the [Targeting block](block_reference.md#targeting-block).
5757

5858
You can create and configure segments and segment groups in the **Admin** section of the back office.
5959

docs/content_management/content_organization/copy_move_hide_content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ This is different from [hiding locations](manage_locations_urls.md#hide-location
8282

8383
!!! caution "Visibility and permissions"
8484

85-
The [visibility switcher](https://doc.ibexa.co/projects/userguide/en/latest/content_management/content_organization/manage_locations_urls/#hide-locations) is a convenient feature for withdrawing content from the frontend.
85+
The [visibility switcher](manage_locations_urls.md#hide-locations) is a convenient feature for withdrawing content from the frontend.
8686
It acts as a filter in the frontend by default. You can choose to respect it or ignore it in your code.
8787
It's not permission-based, and **doesn't restrict access to content**.
8888
Hidden content can be read through other means, like the REST API.
8989

9090
If you need to restrict access to a given content item, you could create a role that grants read access for a given
91-
[**Section**](https://doc.ibexa.co/projects/userguide/en/latest/content_management/content_organization/classify_content/#sections)
92-
or [**Object State**](https://doc.ibexa.co/projects/userguide/en/latest/content_management/content_organization/classify_content/#object-states),
91+
[**Section**](classify_content.md#sections)
92+
or [**Object State**](classify_content.md#object-states),
9393
and set a different section or object state for the given content.
94-
Or use other permission-based [**Limitations**](https://doc.ibexa.co/projects/userguide/en/latest/permission_management/work_with_permissions/).
94+
Or use other permission-based [**Limitations**](work_with_permissions.md).

0 commit comments

Comments
 (0)