diff --git a/code_samples/ibexa_engage/config/packages/ibexa_connector_qualifio.yaml b/code_samples/qualifio/config/packages/ibexa_connector_qualifio.yaml similarity index 100% rename from code_samples/ibexa_engage/config/packages/ibexa_connector_qualifio.yaml rename to code_samples/qualifio/config/packages/ibexa_connector_qualifio.yaml diff --git a/code_samples/cdp/date_of_birth_export/src/Export/User/DateOfBirthUserItemProcessor.php b/code_samples/raptor_cdp/date_of_birth_export/src/Export/User/DateOfBirthUserItemProcessor.php similarity index 100% rename from code_samples/cdp/date_of_birth_export/src/Export/User/DateOfBirthUserItemProcessor.php rename to code_samples/raptor_cdp/date_of_birth_export/src/Export/User/DateOfBirthUserItemProcessor.php diff --git a/docs/administration/admin_panel/admin_panel.md b/docs/administration/admin_panel/admin_panel.md index dc5c18cad13..5b4f0abe15c 100644 --- a/docs/administration/admin_panel/admin_panel.md +++ b/docs/administration/admin_panel/admin_panel.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP back office contains managements options for permissions, users, languages, content types, and system information. +description: Cohesivo back office contains managements options for permissions, users, languages, content types, and system information. page_type: landing_page --- diff --git a/docs/administration/admin_panel/languages_admin_panel.md b/docs/administration/admin_panel/languages_admin_panel.md index fd6842bf400..5395bbbd807 100644 --- a/docs/administration/admin_panel/languages_admin_panel.md +++ b/docs/administration/admin_panel/languages_admin_panel.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP offers the ability to create multiple translations of your website. +description: Cohesivo offers the ability to create multiple translations of your website. --- # Languages diff --git a/docs/administration/administration.md b/docs/administration/administration.md index 6a333d4feab..b371a4788a6 100644 --- a/docs/administration/administration.md +++ b/docs/administration/administration.md @@ -1,5 +1,5 @@ --- -description: Administer and configure your Ibexa DXP installation. +description: Administer and configure your Cohesivo installation. page_type: landing_page --- diff --git a/docs/administration/back_office/product_tour.md b/docs/administration/back_office/product_tour.md index 1fa5f5cb3ee..ec8df708c5c 100644 --- a/docs/administration/back_office/product_tour.md +++ b/docs/administration/back_office/product_tour.md @@ -1,5 +1,5 @@ --- -description: Product tours provide interactive guided walkthroughs to help users learn Ibexa DXP features. +description: Product tours provide interactive guided walkthroughs to help users learn Cohesivo features. edition: lts-update month_change: false --- diff --git a/docs/administration/configuration/configuration.md b/docs/administration/configuration/configuration.md index 5ff421bebb7..2d9b8c9900d 100644 --- a/docs/administration/configuration/configuration.md +++ b/docs/administration/configuration/configuration.md @@ -1,5 +1,5 @@ --- -description: In Ibexa DXP you store and manage configuration in project files, typically in YAML format. +description: In Cohesivo you store and manage configuration in project files, typically in YAML format. --- # Configuration diff --git a/docs/administration/project_organization/architecture.md b/docs/administration/project_organization/architecture.md index ae9519f1b28..b2169989302 100644 --- a/docs/administration/project_organization/architecture.md +++ b/docs/administration/project_organization/architecture.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP architecture is structured in multiple layers connected by APIs. +description: Cohesivo architecture is structured in multiple layers connected by APIs. --- # Architecture @@ -7,7 +7,7 @@ description: Ibexa DXP architecture is structured in multiple layers connected b [[= product_name =]] architecture is based on the philosophy to **use APIs** that is maintained in the long term. This **makes upgrades easier and provides lossless couplings** between all parts of the architecture, at the same time improving the migration capabilities of the system. -The structure of an [[= product_name =]] app is based on the Symfony framework but content management functions rely on the public PHP API. +The structure of a [[= product_name =]] app is based on the Symfony framework but content management functions rely on the public PHP API. Other applications integrate with [[= product_name =]] via REST API, which also relies on the public PHP API. ![Architecture](architecture.png "Architecture") @@ -16,11 +16,11 @@ The architecture of [[= product_name =]] is layered and uses clearly defined API | Layer | Description | |-----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [Back office](back_office_configuration.md) | Back office contains all the necessary parts to run the [[= product_name =]] back office interface. | +| [Back office](back_office_configuration.md) | Back office contains all the necessary parts to run the [[= product_name =]]'s back office interface. | | [HTTP Cache](http_cache.md) | Symfony HTTP cache is used to manage content "view" cache with an expiration model. In addition it is extended by using FOSHttpCache to add several advanced features. | | [Controllers](controllers.md) | Controllers created by you to read information from a Request object, create and return a Response objects. | | [Twig templates](twig_function_reference.md) | Set of custom and built-in Twig templates. User interfaces are developed with the Twig template engine and query the public PHP API directly. | -| [REST API v2](rest_api_usage.md) | The REST API v2 enables you to interact with an [[= product_name =]] installation through the HTTP protocol, following a REST interaction model. | +| [REST API v2](rest_api_usage.md) | The REST API v2 enables you to interact with a [[= product_name =]] installation through the HTTP protocol, following a REST interaction model. | | [GraphQL](graphql.md) | GraphQL for [[= product_name =]] exposes the domain model using the repository, based on content type groups, content types and field definitions. | | [Public PHP API](php_api.md) | Public PHP API exposes the repository which enables you to create, read, update, manage and delete all objects available in [[= product_name =]]. | | Business Logic | The business logic is defined in the kernel. This business logic is exposed to applications via an API. It is used to organize development of the user interface layer. | diff --git a/docs/administration/project_organization/bundles.md b/docs/administration/project_organization/bundles.md index 581d388dbcd..b374e70b85a 100644 --- a/docs/administration/project_organization/bundles.md +++ b/docs/administration/project_organization/bundles.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP is composed of bundles containing different parts of the application. +description: Cohesivo is composed of bundles containing different parts of the application. page_type: reference --- @@ -113,7 +113,7 @@ To remove a bundle (either one you created yourself, or an out-of-the-box one th |ibexa/permissions|Additional permission functionalities| |ibexa/segmentation|Segment functionality for profiling the content displayed to specific users| |ibexa/site-factory|Enables configuration of sites from UI| -|ibexa/engage|Enables integration with [Qualifio Engage platform](https://developers.qualifio.com/docs/engage/)| +|ibexa/engage|Enables integration with [[[= product_name_engage =]]](https://developers.qualifio.com/docs/engage/)| ## [[= product_name_com =]] packages @@ -138,7 +138,7 @@ The following packages are optional and can be installed independently. |Bundle|Description| |---------|-----------| |[ibexa/automated-translation](https://github.com/ibexa/automated-translation)|Automated translation of content using [Google Translate or DeepL](automated_translations.md)| -|ibexa/cdp|Integration with the [Customer Data Platform](cdp.md)| +|ibexa/cdp|Integration with [[[= product_name_cdp =]]](../../raptor_cdp/raptor_cdp.md)| |[ibexa/cloud](https://github.com/ibexa/cloud)|Integration with [[[= product_name_cloud =]]](/ibexa_cloud/ibexa_cloud.md)| In addition, you can extend the capabilities of your project by installing additional [LTS Updates](editions.md#lts-updates). diff --git a/docs/administration/project_organization/project_organization.md b/docs/administration/project_organization/project_organization.md index 5803cea48de..6a40afc6513 100644 --- a/docs/administration/project_organization/project_organization.md +++ b/docs/administration/project_organization/project_organization.md @@ -1,5 +1,5 @@ --- -description: An Ibexa DXP project follows Symfony's directory structure to organize files in the project. +description: A Cohesivo project follows Symfony's directory structure to organize files in the project. --- # Project organization diff --git a/docs/administration/recent_activity/recent_activity.md b/docs/administration/recent_activity/recent_activity.md index eb39877f93f..59a00dd93bc 100644 --- a/docs/administration/recent_activity/recent_activity.md +++ b/docs/administration/recent_activity/recent_activity.md @@ -34,7 +34,7 @@ ibexa: To automate a regular truncation, you must schedule the command `ibexa:activity-log:truncate`. To minimize the number of entries to delete, it's recommended that you execute the command more than one time a day. -For more information, see [Additional scheduled tasks and advanced usage](install_ibexa_dxp.md#additional-scheduled-tasks-and-advanced-usage). +For more information, see [Additional scheduled tasks and advanced usage](install_cohesivo.md#additional-scheduled-tasks-and-advanced-usage). ### Display limit diff --git a/docs/ai/ai.md b/docs/ai/ai.md index 846866e5de9..775b6e4b6ef 100644 --- a/docs/ai/ai.md +++ b/docs/ai/ai.md @@ -1,5 +1,5 @@ --- -description: AI interactions with [[= product_name =]] +description: AI interactions with Cohesivo page_type: landing_page month_change: false --- diff --git a/docs/ai/ai_actions/ai_actions_guide.md b/docs/ai/ai_actions/ai_actions_guide.md index 33be6a9056b..0bf5abc073d 100644 --- a/docs/ai/ai_actions/ai_actions_guide.md +++ b/docs/ai/ai_actions/ai_actions_guide.md @@ -140,7 +140,7 @@ For example, if this is your organization's requirement, a developer could write ## Use cases -Out of the box, after you configure access to the OpenAI service, the [[= product_name_base =]] AI Actions come with two action types that can help your organization with the following tasks. +Out of the box, after you configure access to the OpenAI service, AI Actions come with two action types that can help your organization with the following tasks. ### Refining text diff --git a/docs/ai/mcp/img/diagram_source/mcp-com-diagram.drawio b/docs/ai/mcp/img/diagram_source/mcp-com-diagram.drawio index 5e1b2ba3267..385a73213ae 100644 --- a/docs/ai/mcp/img/diagram_source/mcp-com-diagram.drawio +++ b/docs/ai/mcp/img/diagram_source/mcp-com-diagram.drawio @@ -4,7 +4,7 @@ - + diff --git a/docs/ai/mcp/img/mcp-com-diagram.png b/docs/ai/mcp/img/mcp-com-diagram.png index 993d078ffc3..9a38d468493 100644 Binary files a/docs/ai/mcp/img/mcp-com-diagram.png and b/docs/ai/mcp/img/mcp-com-diagram.png differ diff --git a/docs/ai/mcp/mcp.md b/docs/ai/mcp/mcp.md index aa23e201396..d6f7df2b662 100644 --- a/docs/ai/mcp/mcp.md +++ b/docs/ai/mcp/mcp.md @@ -1,5 +1,5 @@ --- -description: Overview of MCP resources in [[= product_name =]] +description: Overview of MCP resources in Cohesivo page_type: landing_page edition: lts-update month_change: false diff --git a/docs/ai/mcp/mcp_guide.md b/docs/ai/mcp/mcp_guide.md index 4aa1977b436..12ad3ee266c 100644 --- a/docs/ai/mcp/mcp_guide.md +++ b/docs/ai/mcp/mcp_guide.md @@ -27,7 +27,7 @@ An MCP server allows the agent to discover available tools, inspect their parame ## Availability -MCP Servers feature is an [LTS Update package](editions.md#lts-updates) available starting with the v5.0.8 in all Ibexa DXP editions. +MCP Servers feature is an [LTS Update package](editions.md#lts-updates) available starting with the v5.0.8 in all [[= product_name =]] editions. ## Capabilities diff --git a/docs/ai/mcp/mcp_usage.md b/docs/ai/mcp/mcp_usage.md index 9741037921c..fe82fa47218 100644 --- a/docs/ai/mcp/mcp_usage.md +++ b/docs/ai/mcp/mcp_usage.md @@ -91,10 +91,10 @@ The server: !!! note "Storage choice recommendations" Filesystem storage is convenient for the sake of this example and for testing. - For production, it is recommended that you use Redis or Valkey to share cache among the cluster and improve performance. + For production, it's recommended that you use Redis or Valkey to share cache among the cluster and improve performance. - For development, you can set `discovery_cache: ~` to avoid clearing the cache after each change. - This example uses the filesystem storage to illustrate that you have to clear the cache pool to refresh the available capabilities, exactly as when deploying into production. + For development, you can set `discovery_cache: ~` to avoid clearing the cache after each change. + This example uses the filesystem storage to illustrate that you have to clear the cache pool to refresh the available capabilities, exactly as when deploying into production. In a new `config/packages/mcp.yaml` file, define a new MCP server for the `default` repository and assign it to all SiteAccesses: diff --git a/docs/api/api.md b/docs/api/api.md index 7d3cf2ede9d..b7f13972d57 100644 --- a/docs/api/api.md +++ b/docs/api/api.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP is an API-first product and provides APIs to handle content and repository information. +description: Cohesivo is an API-first product and provides APIs to handle content and repository information. page_type: landing_page --- diff --git a/docs/api/event_reference/event_reference.md b/docs/api/event_reference/event_reference.md index 6cc5792d698..99bab1fa3a3 100644 --- a/docs/api/event_reference/event_reference.md +++ b/docs/api/event_reference/event_reference.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP dispatches events before and after you perform different operations in the back office and on the Repository. +description: Cohesivo dispatches events before and after you perform different operations in the back office and on the Repository. page_type: reference --- diff --git a/docs/api/graphql/graphql.md b/docs/api/graphql/graphql.md index 6268c09a635..8693f353c57 100644 --- a/docs/api/graphql/graphql.md +++ b/docs/api/graphql/graphql.md @@ -1,5 +1,5 @@ --- -description: GraphQL enables making concise, readable requests to Ibexa DXP APIs. +description: GraphQL enables making concise, readable requests to Cohesivo APIs. --- # GraphQL diff --git a/docs/api/php_api/php_api_reference/index.html b/docs/api/php_api/php_api_reference/index.html index 3fe85b168ea..8027292b89c 100644 --- a/docs/api/php_api/php_api_reference/index.html +++ b/docs/api/php_api/php_api_reference/index.html @@ -49669,7 +49669,7 @@

PHP API Reference

- Ibexa DXP's public PHP API is defined in the + Cohesivo's public PHP API is defined in the Ibexa\Contracts namespace. Ibexa promises backward compatibility to API consumers.

diff --git a/docs/api/rest_api/rest_api_authentication.md b/docs/api/rest_api/rest_api_authentication.md index ceb782304c1..3e87258701d 100644 --- a/docs/api/rest_api/rest_api_authentication.md +++ b/docs/api/rest_api/rest_api_authentication.md @@ -343,7 +343,7 @@ security: ibexa_rest: host: ^api\.example\.com$ http_basic: - realm: Ibexa DXP REST API + realm: Cohesivo REST API #ibexa_front: # ... ``` diff --git a/docs/api/rest_api/rest_api_usage/rest_api_usage.md b/docs/api/rest_api/rest_api_usage/rest_api_usage.md index db775828fee..222f825b7bf 100644 --- a/docs/api/rest_api/rest_api_usage/rest_api_usage.md +++ b/docs/api/rest_api/rest_api_usage/rest_api_usage.md @@ -1,10 +1,10 @@ --- -description: The REST API covers objects in the Ibexa DXP Repository with regular and custom HTTP methods, such as GET or PUBLISH, and HTTP headers. +description: The REST API covers objects in the Cohesivo Repository with regular and custom HTTP methods, such as GET or PUBLISH, and HTTP headers. --- # REST API usage -The REST API in [[= product_name =]] allows you to interact with an [[= product_name =]] installation by using the HTTP protocol, following a [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) interaction model. +The REST API in [[= product_name =]] allows you to interact with the [[= product_name =]] installation by using the HTTP protocol, following a [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) interaction model. Each resource (URI) interacts with a part of the system (like content, users or search). Every interaction with the repository than you can do from back office or by using the [Public PHP API](php_api.md) can also be done with the REST API. diff --git a/docs/cdp/cdp_activation/cdp_activation.md b/docs/cdp/cdp_activation/cdp_activation.md deleted file mode 100644 index f93aa9a94c8..00000000000 --- a/docs/cdp/cdp_activation/cdp_activation.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -description: Step-by-step activation procedure of Ibexa CDP. -page_type: landing_page -edition: experience ---- - -# CDP Activation - -Follow a step-by-step procedure that allows you to activate [[= product_name_cdp =]]. - -Activation includes configuration, data export and adding tracking. - -[[= cards([ - "cdp/cdp_activation/cdp_configuration", - "cdp/cdp_activation/cdp_data_export", - "cdp/cdp_activation/cdp_add_tracking", -], columns=3) =]] diff --git a/docs/cdp/img/cdp_how_works.png b/docs/cdp/img/cdp_how_works.png deleted file mode 100644 index 2bbbc01215f..00000000000 Binary files a/docs/cdp/img/cdp_how_works.png and /dev/null differ diff --git a/docs/commerce/commerce.md b/docs/commerce/commerce.md index 773bdb8f99c..9e84ecfb728 100644 --- a/docs/commerce/commerce.md +++ b/docs/commerce/commerce.md @@ -1,5 +1,5 @@ --- -description: The commerce component of Ibexa DXP covers various steps of making a transaction from listing available products, through adding products to a cart, to checkout and confirmation. +description: The commerce component of Cohesivo covers various steps of making a transaction from listing available products, through adding products to a cart, to checkout and confirmation. edition: commerce page_type: landing_page --- diff --git a/docs/content_management/content_management.md b/docs/content_management/content_management.md index d83dda32712..02d6abe4efd 100644 --- a/docs/content_management/content_management.md +++ b/docs/content_management/content_management.md @@ -1,5 +1,5 @@ --- -description: Manage content in Ibexa DXP by learning about the content model, field types, pages, forms, workflows, and more. +description: Manage content in Cohesivo by learning about the content model, field types, pages, forms, workflows, and more. page_type: landing_page --- diff --git a/docs/content_management/content_model.md b/docs/content_management/content_model.md index 272c76fedf8..7a80c06ca4d 100644 --- a/docs/content_management/content_model.md +++ b/docs/content_management/content_model.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP's content model relies on content items that are instances of content types and contain content fields. +description: Cohesivo's content model relies on content items that are instances of content types and contain content fields. --- # Content model diff --git a/docs/content_management/data_migration/data_migration.md b/docs/content_management/data_migration/data_migration.md index d3230cc111d..55e256cc0ab 100644 --- a/docs/content_management/data_migration/data_migration.md +++ b/docs/content_management/data_migration/data_migration.md @@ -5,7 +5,7 @@ page_type: landing_page # Data migration -Data migration allows exporting and importing selected data from an [[= product_name =]] installation. +Data migration allows exporting and importing selected data from a [[= product_name =]] installation. [*Exporting*](exporting_data.md) data consists in saving selected repository information in YAML format. [*Importing*](importing_data.md) reads migration YAML files and creates or modifies repository content based on them. diff --git a/docs/content_management/field_types/field_type_reference/field_type_reference.md b/docs/content_management/field_types/field_type_reference/field_type_reference.md index 275a3527bea..a39315f7e70 100644 --- a/docs/content_management/field_types/field_type_reference/field_type_reference.md +++ b/docs/content_management/field_types/field_type_reference/field_type_reference.md @@ -1,5 +1,5 @@ --- -description: Ibexa DXP offers a range of built-in field types that cover most common needs when creating content. +description: Cohesivo offers a range of built-in field types that cover most common needs when creating content. page_type: reference month_change: false --- diff --git a/docs/content_management/images/fastly_io.md b/docs/content_management/images/fastly_io.md index bd3eab6c35e..d092b69519d 100644 --- a/docs/content_management/images/fastly_io.md +++ b/docs/content_management/images/fastly_io.md @@ -11,7 +11,7 @@ To be able to configure this feature, you need [Fastly IO subscription](https:// ## Enable shielding -To use Fastly Image Optimizer, you first need a [working setup of Ibexa DXP and Fastly](reverse_proxy.md#using-varnish-or-fastly) +To use Fastly Image Optimizer, you first need a [working setup of [[= product_name =]] and Fastly](../../infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md#using-varnish-or-fastly) with shielding enabled. To enable shielding, follow the steps in [Fastly Developer Documentation](https://www.fastly.com/documentation/guides/concepts/shielding/#enabling-and-disabling-shielding). Remember to choose a shield location from the **Shielding** menu, as described in [Fastly User Documentation](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding/#enabling-shielding). diff --git a/docs/content_management/pages/page_builder_guide.md b/docs/content_management/pages/page_builder_guide.md index 4dc104396d8..c788655ffc6 100644 --- a/docs/content_management/pages/page_builder_guide.md +++ b/docs/content_management/pages/page_builder_guide.md @@ -1,5 +1,5 @@ --- -description: Read about the Page Builder - a powerful tool for creating and modifying pages in Ibexa DXP. +description: Read about the Page Builder - a powerful tool for creating and modifying pages in Cohesivo. edition: experience month_change: false --- diff --git a/docs/content_management/rich_text/online_editor_guide.md b/docs/content_management/rich_text/online_editor_guide.md index 72471f2ef48..a2a641e7b09 100644 --- a/docs/content_management/rich_text/online_editor_guide.md +++ b/docs/content_management/rich_text/online_editor_guide.md @@ -1,5 +1,5 @@ --- -description: Learn how to use the Online Editor, a tool that allows you to edit RichText Fields in any content item in Ibexa DXP. +description: Learn how to use the Online Editor, a tool that allows you to edit RichText Fields in any content item in Cohesivo. --- # Online Editor product guide diff --git a/docs/content_management/rich_text/rich_text.md b/docs/content_management/rich_text/rich_text.md index 5921b7017f0..60013a8700c 100644 --- a/docs/content_management/rich_text/rich_text.md +++ b/docs/content_management/rich_text/rich_text.md @@ -1,5 +1,5 @@ --- -description: RichText is a type of field that you add in any content item in Ibexa DXP and edit in Online Editor. +description: RichText is a type of field that you add in any content item in Cohesivo and edit in Online Editor. page_type: landing_page --- diff --git a/docs/content_management/url_management/url_management.md b/docs/content_management/url_management/url_management.md index 8fdb19956f5..6d109ae0b55 100644 --- a/docs/content_management/url_management/url_management.md +++ b/docs/content_management/url_management/url_management.md @@ -37,7 +37,7 @@ The following protocols are currently supported: To enable automatic URL validation, set up a scheduled task to run the `ibexa:check-urls` command periodically. -For more information, see [Additional scheduled tasks and advanced usage](install_ibexa_dxp.md#additional-scheduled-tasks-and-advanced-usage). +For more information, see [Additional scheduled tasks and advanced usage](install_cohesivo.md#additional-scheduled-tasks-and-advanced-usage). ### Configuration diff --git a/docs/customer_management/customer_portal_guide.md b/docs/customer_management/customer_portal_guide.md index b3a41e7d39b..b81e830a90d 100644 --- a/docs/customer_management/customer_portal_guide.md +++ b/docs/customer_management/customer_portal_guide.md @@ -15,7 +15,7 @@ With this feature, your customers can self-register, edit their organization inf ## Availability -Customer Portal is available in [[= product_name_exp =]]. It's also compatible with PIM, Commerce and [[= product_name_connect =]]. +Customer Portal is available in [[= product_name_exp =]]. It's also compatible with Product catalog, Commerce and [[= product_name_connect =]]. ## How does Customer Portal work? diff --git a/docs/discounts/configure_discounts.md b/docs/discounts/configure_discounts.md index 425915e4b8a..00868134f2e 100644 --- a/docs/discounts/configure_discounts.md +++ b/docs/discounts/configure_discounts.md @@ -55,7 +55,7 @@ php bin/console messenger:consume ibexa.messenger.transport --bus=ibexa.messenge php bin/console ibexa:discounts:reindex ``` -For more information about command scheduling, see [Additional scheduled tasks and advanced usage](install_ibexa_dxp.md#additional-scheduled-tasks-and-advanced-usage). +For more information about command scheduling, see [Additional scheduled tasks and advanced usage](install_cohesivo.md#additional-scheduled-tasks-and-advanced-usage). !!! note "Deploying Symfony Messenger" diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md index 9f9ffbb916d..2cdbb1df347 100644 --- a/docs/getting_started/first_steps.md +++ b/docs/getting_started/first_steps.md @@ -1,5 +1,5 @@ --- -description: Start off working with Ibexa DXP by doing initial configuration and testing system capabilities. +description: Start off working with Cohesivo by doing initial configuration and testing system capabilities. --- # First steps diff --git a/docs/getting_started/getting_started.md b/docs/getting_started/getting_started.md index 67e89c4cd3e..84eace2204c 100644 --- a/docs/getting_started/getting_started.md +++ b/docs/getting_started/getting_started.md @@ -1,5 +1,5 @@ --- -description: Get started working with Ibexa DXP by learning about the requirements and installing the platform. +description: Get started working with Cohesivo by learning about the requirements and installing the platform. page_type: landing_page --- @@ -9,6 +9,6 @@ To get started working with [[= product_name =]], see how you can get an install [[= cards([ "getting_started/requirements", - "getting_started/install_ibexa_dxp", + "getting_started/install_cohesivo", "getting_started/first_steps", ], columns=3) =]] diff --git a/docs/getting_started/install_ibexa_dxp.md b/docs/getting_started/install_cohesivo.md similarity index 94% rename from docs/getting_started/install_ibexa_dxp.md rename to docs/getting_started/install_cohesivo.md index 4d51637bb12..d9a319d839b 100644 --- a/docs/getting_started/install_ibexa_dxp.md +++ b/docs/getting_started/install_cohesivo.md @@ -1,9 +1,9 @@ --- -description: Install Ibexa DXP on a Linux system and prepare your installation for production. +description: Install Cohesivo on a Linux system and prepare your installation for production. month_change: false --- -# Install Ibexa DXP +# Install [[= product_name =]] !!! note @@ -436,7 +436,7 @@ Use [`cron`](https://en.wikipedia.org/wiki/Cron) to run it every minute. The following example creates a temporary crontab entry file and appends it to the existing crontab for the web server user (`www-data`): ```bash -echo '* * * * * cd ; php bin/console ibexa:cron:run --quiet --env=prod' > ibexa_cron.txt +echo '* * * * * cd ; php bin/console ibexa:cron:run --quiet --env=prod' > ibexa_cron.txt crontab -u www-data -l | cat - ibexa_cron.txt | crontab -u www-data - rm ibexa_cron.txt ``` @@ -444,7 +444,7 @@ rm ibexa_cron.txt For [Scheduled content publications]([[= user_doc =]]/content_management/schedule_publishing/), the `ibexa:scheduled:run` command is tagged with `ibexa.cron.job` and runs every minute (`* * * * *`) by default. You can redefine this service to change the frequency. -The [CDP data export schedule](cdp_data_export_schedule.md) dynamically creates services tagged with `ibexa.cron.job`. +The [[[= product_name_cdp =]] data export schedule](/raptor_cdp/raptor_cdp_data_export_schedule.md) dynamically creates services tagged with `ibexa.cron.job`. You can add other commands to scheduled tasks in one of two ways: @@ -474,10 +474,10 @@ The following example schedules these commands separately: This shell script creates a temporary file with the job lines, then replaces the existing crontab for the web server user: ```bash -echo '* * * * * cd ; php bin/console ibexa:cron:run --quiet --env=prod' > ibexa_cron.txt -echo '0 0 * * 0 cd ; php bin/console ibexa:check-urls --quiet --env=prod' >> ibexa_cron.txt -echo '0 * * * * cd ; php bin/console ibexa:activity-log:truncate --quiet --env=prod' >> ibexa_cron.txt -echo '0 0 * * * cd ; php bin/console ibexa:discounts:reindex --quiet --env=prod' >> ibexa_cron.txt +echo '* * * * * cd ; php bin/console ibexa:cron:run --quiet --env=prod' > ibexa_cron.txt +echo '0 0 * * 0 cd ; php bin/console ibexa:check-urls --quiet --env=prod' >> ibexa_cron.txt +echo '0 * * * * cd ; php bin/console ibexa:activity-log:truncate --quiet --env=prod' >> ibexa_cron.txt +echo '0 0 * * * cd ; php bin/console ibexa:discounts:reindex --quiet --env=prod' >> ibexa_cron.txt crontab -u www-data ibexa_cron.txt rm ibexa_cron.txt ``` @@ -531,7 +531,7 @@ The following example shows how to set up a different schedule for a specific Si This command schedules `ibexa:cron:run` for the SiteAccess `minor_website` and the job category `minor_website`: ```bash -(crontab -u www-data -l; echo '* * * * * cd ; php bin/console ibexa:cron:run --quiet --env=prod --siteaccess=minor_website --category=minor_website') | crontab -u www-data - +(crontab -u www-data -l; echo '* * * * * cd ; php bin/console ibexa:cron:run --quiet --env=prod --siteaccess=minor_website --category=minor_website') | crontab -u www-data - ``` Then, run `ibexa:scheduled:run` on this SiteAccess at a different frequency from the default: @@ -552,7 +552,7 @@ Make sure that its [worker starts with the server](background_tasks.md#start-wor A list of processes that use [[= product_name_base =]] Messenger includes at least these two: -- [CDP data export](cdp_data_export.md#ibexa-messenger-support-for-large-batches-of-data) +- [[[= product_name_cdp =]] data export](/raptor_cdp/raptor_cdp_activation/raptor_cdp_data_export.md#ibexa-messenger-support-for-large-batches-of-data) - [Discount re-indexing](configure_discounts.md#discount-re-indexing) ## [[= product_name_cloud =]] diff --git a/docs/getting_started/install_on_mac_os_and_windows.md b/docs/getting_started/install_on_mac_os_and_windows.md index ac25171b4db..ea89f0a07b8 100644 --- a/docs/getting_started/install_on_mac_os_and_windows.md +++ b/docs/getting_started/install_on_mac_os_and_windows.md @@ -1,5 +1,5 @@ --- -description: Install Ibexa DXP on a macOS or Windows system to use it for development. +description: Install Cohesivo on a macOS or Windows system to use it for development. --- # Install [[= product_name =]] on macOS or Windows @@ -11,7 +11,7 @@ This page explains how to install [[= product_name =]] on macOS or Windows. This procedure is **for development purposes only**. Installing [[= product_name =]] for production purposes is supported only on Linux. - For information about installing the product on Linux, see [Install [[= product_name =]]](install_ibexa_dxp.md). + For information about installing the product on Linux, see [Install [[= product_name =]]](install_cohesivo.md). ## Prepare work environment @@ -74,7 +74,7 @@ The instructions below assume that you're using Apache. ## Install [[= product_name =]] At this point the installation procedure is the same as when installing on Linux. -Follow the steps from the main [Install [[= product_name =]]](install_ibexa_dxp.md#install-ibexa-dxp) page. +Follow the steps from the main [Install [[= product_name =]]](install_cohesivo.md#install-cohesivo) page. ## Set up virtual host diff --git a/docs/getting_started/install_with_ddev.md b/docs/getting_started/install_with_ddev.md index 0fc4a9e2df6..95ff254877a 100644 --- a/docs/getting_started/install_with_ddev.md +++ b/docs/getting_started/install_with_ddev.md @@ -1,5 +1,5 @@ --- -description: Install Ibexa DXP with Docker and DDEV to use it for development. +description: Install Cohesivo with Docker and DDEV to use it for development. month_change: false --- @@ -63,7 +63,7 @@ Depending on your database of choice (MySQL or PostgreSQL), use the appropriate !!! note - Those commands set a `DATABASE_URL` environment variable inside the container which overrides [the variable from `.env`](install_ibexa_dxp.md#change-installation-parameters). + Those commands set a `DATABASE_URL` environment variable inside the container which overrides [the variable from `.env`](install_cohesivo.md#change-installation-parameters). To use `.env.local` file instead of server-level environment variables, see [Using dotenv](#using-dotenv). @@ -99,7 +99,7 @@ ddev config --web-environment-add MAILER_DSN=smtp://localhost:1025 #### Configure scheduled tasks (optional) -You can [schedule tasks](install_ibexa_dxp.md#schedule-tasks) using [DDEV Cron add-on](https://addons.ddev.com/addons/ddev/ddev-cron). +You can [schedule tasks](install_cohesivo.md#schedule-tasks) using [DDEV Cron add-on](https://addons.ddev.com/addons/ddev/ddev-cron). ```bash ddev add-on get ddev/ddev-cron @@ -108,7 +108,7 @@ echo "* * * * * cd $basedir && php bin/console ibexa:cron:run --quiet --env=prod ddev restart ``` -For more schedulable tasks and ways to schedule them, see [Additional scheduled tasks and advanced usage](install_ibexa_dxp.md#additional-scheduled-tasks-and-advanced-usage). +For more schedulable tasks and ways to schedule them, see [Additional scheduled tasks and advanced usage](install_cohesivo.md#additional-scheduled-tasks-and-advanced-usage). You can run the following command to check Cron: @@ -169,7 +169,7 @@ ddev start ### 4. Composer authentication -Next, you need to [set up authentication tokens](install_ibexa_dxp.md#set-up-authentication-tokens) by modifying the Composer configuration. +Next, you need to [set up authentication tokens](install_cohesivo.md#set-up-authentication-tokens) by modifying the Composer configuration. You must run the following command **after** executing `ddev start`, because the command runs inside the container. Replace `` and `` with your actual installation key and token password. @@ -425,7 +425,7 @@ To run an existing project, you need to: - getting a clean database with `ddev php bin/console ibexa:install` and adding some data with [Ibexa data migration](importing_data.md), or - injecting a dump with [`ddev import-db`](https://docs.ddev.com/en/stable/users/usage/commands/#import-db) and copying related binary files into `public/var`. -The following examples run an already [version-controlled project](install_ibexa_dxp.md#add-project-to-version-control) and have the right content structure (but no content): +The following examples run an already [version-controlled project](install_cohesivo.md#add-project-to-version-control) and have the right content structure (but no content): ```bash # Clone the version-controlled project and enter its local directory @@ -455,7 +455,7 @@ Some DDEV configs can be shared among developers. For example, a common `.ddev/c Compared to running a clean install like described in [Installation steps](#installation), you can proceed as follows: -- In [1. Create a DDEV project directory](#1-create-a-ddev-project-directory), you can use an existing directory that contains an [[= product_name =]] project instead of creating an empty directory. +- In [1. Create a DDEV project directory](#1-create-a-ddev-project-directory), you can use an existing directory that contains a [[= product_name =]] project instead of creating an empty directory. - In [5. Create [[= product_name =]] project](#5-create-project), use only `ddev composer install` instead of `ddev composer create-project`. - Populate the database with [Ibexa data migration](importing_data.md) or [`ddev import-db`](https://docs.ddev.com/en/stable/users/usage/commands/#import-db). @@ -472,7 +472,7 @@ If the local project needs to answer to real production domains (for example, to You can use DDEV to locally simulate a production cluster. - See [Clustering with DDEV](clustering_with_ddev.md) to add Elasticsearch, Solr, or Redis to your DDEV installation. -- See [DDEV and Ibexa Cloud](ddev_and_ibexa_cloud.md) to locally run an [[= product_name =]] project by using DDEV. +- See [DDEV and Ibexa Cloud](ddev_and_ibexa_cloud.md) to locally run a [[= product_name =]] project by using DDEV. ## Stop or remove the project diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index b6a9d9545f6..311ad4e4a1e 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -1,5 +1,5 @@ --- -description: System, component and package requirements for running Ibexa DXP. +description: System, component and package requirements for running Cohesivo. month_change: false --- diff --git a/docs/getting_started/troubleshooting.md b/docs/getting_started/troubleshooting.md index 0561268afe4..3c7fcb37a3c 100644 --- a/docs/getting_started/troubleshooting.md +++ b/docs/getting_started/troubleshooting.md @@ -1,5 +1,5 @@ --- -description: See what issues you can encounter when installing Ibexa DXP and how to resolve them. +description: See what issues you can encounter when installing Cohesivo and how to resolve them. --- # Troubleshooting diff --git a/docs/ibexa_cloud/ibexa_cloud_guide.md b/docs/ibexa_cloud/ibexa_cloud_guide.md index baa3536bfad..4468974dab7 100644 --- a/docs/ibexa_cloud/ibexa_cloud_guide.md +++ b/docs/ibexa_cloud/ibexa_cloud_guide.md @@ -11,13 +11,13 @@ month_change: false It also establishes the framework for the potential growth and improves project delivery. As a diverse Platform as a Service (PaaS), it's designed to allow you to focus on the crucial things. -[[= product_name_cloud =]] is a part of [[= product_name =]] - a software that is designed to provide your business with all the features, functionality, and support your need to transform your business for the digital age. +[[= product_name_cloud =]] complements the capabilities of [[= product_name =]] - a software that is designed to provide your business with all the features, functionality, and support your need to transform your business for the digital age. -![Ibexa Cloud - part of Ibexa DXP](ibexa_cloud_dxp.png) +![Ibexa Cloud - part of [[= product_name =]]](../getting_started/img/ibexa_cloud_dxp.png) ## Availability -[[= product_name_cloud =]] is available in all [[= product_name =]] editions. +[[= product_name_cloud =]] is available for all [[= product_name =]] editions. ## How does [[= product_name_cloud =]] work diff --git a/docs/ibexa_cloud/install_on_ibexa_cloud.md b/docs/ibexa_cloud/install_on_ibexa_cloud.md index 793fe9d5a42..c41b94cf8e6 100644 --- a/docs/ibexa_cloud/install_on_ibexa_cloud.md +++ b/docs/ibexa_cloud/install_on_ibexa_cloud.md @@ -1,5 +1,5 @@ --- -description: Install and configure Ibexa DXP to run in cloud using [[= product_name_cloud =]]. +description: Install and configure Cohesivo to run in cloud using [[= product_name_cloud =]]. month_change: false --- @@ -104,7 +104,7 @@ You can also use the [[[= product_name_cloud =]] CLI](https://cli.ibexa.cloud/) ibexa_cloud push main ``` -The [database installer](install_ibexa_dxp.md#create-a-database) runs in non-interactive mode and keeps the default password for the `admin` user. +The [database installer](install_cohesivo.md#create-a-database) runs in non-interactive mode and keeps the default password for the `admin` user. Modify this password after the installation, for example, by using [data migrations](importing_data.md#users) or the [user management command](update_basic_user_data.md#change-password). !!! note diff --git a/docs/ibexa_products/editions.md b/docs/ibexa_products/editions.md index c9df1b14e5d..9c1842a134f 100644 --- a/docs/ibexa_products/editions.md +++ b/docs/ibexa_products/editions.md @@ -1,5 +1,5 @@ --- -description: Learn more about various Ibexa DXP editions' features to help yourself choose the right one for your project. +description: Learn more about various Cohesivo editions' features to help yourself choose the right one for your project. page_type: landing_page --- @@ -48,8 +48,8 @@ Compare all features available in [[= product_name_headless =]], [[= product_nam | [Customer Portal](customer_portal_guide.md) | | ✔ | ✔ | | [Segments](segments_admin_panel.md) | | ✔ | ✔ | | [Recent activity](recent_activity.md) | | ✔ | ✔ | -| [[[= product_name_engage =]] add-on]([[= user_doc =]]/ibexa_engage/ibexa_engage/) | | ✔ | ✔ | -| [Customer Data Platform (CDP) add-on](cdp_guide.md) | | ✔ | ✔ | +| [[[= product_name_engage =]] add-on]([[= user_doc =]]/qualifio/qualifio/) | | ✔ | ✔ | +| [[[= product_name_cdp =]] (Customer Data Platform) add-on](/raptor_cdp/raptor_cdp_guide.md) | | ✔ | ✔ | | [Order management](order_management.md) | | | ✔ | | [Payment management](payment.md) | | | ✔ | | [Shipping management](shipping_management.md) | | | ✔ | diff --git a/docs/ibexa_products/ibexa_commerce.md b/docs/ibexa_products/ibexa_commerce.md index 67392155bfd..64cdbfbe2d0 100644 --- a/docs/ibexa_products/ibexa_commerce.md +++ b/docs/ibexa_products/ibexa_commerce.md @@ -1,5 +1,5 @@ --- -description: Explore all of the key features, functionalities, and advantages of Ibexa Commerce, the most powerful edition that Ibexa DXP has to offer. +description: Explore all of the key features, functionalities, and advantages of Ibexa Commerce, the most powerful edition that Cohesivo has to offer. month_change: false --- @@ -27,7 +27,7 @@ You can also [contact us](https://www.ibexa.co/about-ibexa/contact-us) or [one o ### Technical backstage -With an active license, you can start the [installation process](install_ibexa_dxp.md) that uses the Composer. +With an active license, you can start the [installation process](install_cohesivo.md) that uses the Composer. [[= product_name_com =]] is based on [Symfony]([[= symfony_doc =]]). With a help of documentation and trainings, any developer familiar with Symfony or even PHP alone can learn how to use available extension points and extend the platform. diff --git a/docs/ibexa_products/ibexa_experience.md b/docs/ibexa_products/ibexa_experience.md index cd0db3f0f8a..73d1e0a7149 100644 --- a/docs/ibexa_products/ibexa_experience.md +++ b/docs/ibexa_products/ibexa_experience.md @@ -7,7 +7,7 @@ month_change: false ## What is [[= product_name_exp =]] -[[= product_name_exp =]] is an [[= product_name =]] edition that focuses on the customer. +[[= product_name_exp =]] is a [[= product_name =]] edition that focuses on the customer. It offers smooth consumer journey and great online experience. In everything you do, it places your clients first. With Experience edition you can empower Editors to quickly create new pages or personalized content, and improve their daily work. It also provides tools for using segmentation and targeting, and it can be widely used in B2B thanks its features and integrations. @@ -25,7 +25,7 @@ You can also [contact us](https://www.ibexa.co/about-ibexa/contact-us) or [one o ### Technical backstage -With an active license, you can start the [installation process](install_ibexa_dxp.md) that uses the Composer. +With an active license, you can start the [installation process](install_cohesivo.md) that uses the Composer. [[= product_name_exp =]] is based on [Symfony]([[= symfony_doc =]]). With a help of documentation and trainings, any developer familiar with Symfony or simply PHP may learn how to use available extension points and extend the platform. @@ -100,9 +100,9 @@ You can assign users to different recommendation groups and create advanced logi ![Segments](segments.png) -#### Customer Data Platform (CDP) +#### [[= product_name_cdp =]] (Customer Data Platform) -[Ibexa CDP](cdp_guide.md) is an add-on available for both Experience and [Commerce](ibexa_commerce.md) editions of [[= product_name =]]. +[[[= product_name_cdp =]]](/raptor_cdp/raptor_cdp_guide.md) is an add-on available for both Experience and [Commerce](ibexa_commerce.md) editions of [[= product_name =]]. To use it, you must make arrangements with [[= product_name_base =]] to define the initial configuration. Once you activate [[= product_name_cdp =]], you can create complete customer profiles, including their interactions, behavior, and preferences. It helps you improve user engagement, conversion rates, and return on investment by segmenting your audience and delivering tailored campaigns and experiences. @@ -110,17 +110,17 @@ Additionally, you can manage and analyze campaigns, evaluate customer data, and By using [[= product_name_cdp =]] you can store and manage large volumes of customer data in a structured manner. This central data storage supports business growth with a scalable infrastructure, helping to futureproof your business. -![CDP](cdp.png) +![CDP](../raptor_cdp/img/cdp.png) #### [[= product_name_engage =]] -Another add-on available for Experience and [Commerce](ibexa_commerce.md) edition is [Ibexa Engage](ibexa_engage.md). +Another add-on available for Experience and [Commerce](ibexa_commerce.md) edition is [[[= product_name_engage =]]](/qualifio/qualifio.md). To use it, you must make arrangements with [[= product_name_base =]] to define the initial configuration, and then get and set up a user account. [[= product_name_engage =]] is a data collection tool. It gives you the ability to use the [Qualifio](https://qualifio.com/) tools to engage your audiences. You can use Qualifio's existing templates and interactive elements, such as quizzes, pools, and forms, to create visually appealing, customized campaigns and collect important data. To promote your campaign, you can add a Campaign block to a page in Page Builder or embed a campaign within the Rich Text field by using a Campaign custom tag. -![Ibexa Engage](ibexa_engage.png) +![Qualifio](qualifio.png) ### Use cases diff --git a/docs/ibexa_products/ibexa_headless.md b/docs/ibexa_products/ibexa_headless.md index ebeb6a86db3..0149c5e053a 100644 --- a/docs/ibexa_products/ibexa_headless.md +++ b/docs/ibexa_products/ibexa_headless.md @@ -104,9 +104,9 @@ There are many paths to access the content in many shapes: On top of this strong core, [[= product_name_headless =]] brings tools to increase user experience, from final front users to back office contributors. -#### Complete DXP +#### Complete platform -[[= product_name_headless =]] is a complete Digital Experience Platform (DXP), which comes with the following components to enhance user's journey: +[[= product_name_headless =]] is a complete platform, which comes with the following components to enhance user's journey: - [Recommendations](raptor_connector_guide.md) connector, which allows you to recommend content to end users according to their behavior, or, when authenticated, by matching with their segment/group. @@ -150,7 +150,7 @@ Several features help end users collaborate on the content, such as: - [[= product_name_connect =]]'s role is to create application interconnections with low code and drag-and-drop, in a compelling visual interface. Complex data flows can be easily implemented with a huge library of connectors and actions for famous to specific applications. For more information, see [[[= product_name_connect =]] product guide]([[= connect_doc =]]/general/ibexa_connect/). -- An OAuth 2 server offers the possibility to use the DXP as the authentication service for other applications. +- An OAuth 2 server offers the possibility to use the platform as the authentication service for other applications. - An OAuth 2 client supports authentication with a third-party OAuth 2 server. - A DAM Connector, previously mentioned, helps to access any image repository when needing to illustrate a content. - [[= product_name_headless =]] supports Elasticsearch and Solr. diff --git a/docs/ibexa_products/img/cdp.png b/docs/ibexa_products/img/cdp.png deleted file mode 100644 index 2bbbc01215f..00000000000 Binary files a/docs/ibexa_products/img/cdp.png and /dev/null differ diff --git a/docs/ibexa_products/img/customizable_dashboard.drawio b/docs/ibexa_products/img/customizable_dashboard.drawio index ba4995167e3..2766db435ca 100644 --- a/docs/ibexa_products/img/customizable_dashboard.drawio +++ b/docs/ibexa_products/img/customizable_dashboard.drawio @@ -22,7 +22,7 @@
- + @@ -298,7 +298,7 @@ - + diff --git a/docs/ibexa_products/img/form_builder.drawio b/docs/ibexa_products/img/form_builder.drawio index dedbb29ca89..4df1ac76b1c 100644 --- a/docs/ibexa_products/img/form_builder.drawio +++ b/docs/ibexa_products/img/form_builder.drawio @@ -22,7 +22,7 @@ - + @@ -298,7 +298,7 @@ - + diff --git a/docs/ibexa_products/img/ibexa_engage.drawio b/docs/ibexa_products/img/qualifio.drawio similarity index 99% rename from docs/ibexa_products/img/ibexa_engage.drawio rename to docs/ibexa_products/img/qualifio.drawio index 8f484a2c884..84ddcf03496 100644 --- a/docs/ibexa_products/img/ibexa_engage.drawio +++ b/docs/ibexa_products/img/qualifio.drawio @@ -22,7 +22,7 @@ - + @@ -298,7 +298,7 @@ - + diff --git a/docs/ibexa_products/img/ibexa_engage.png b/docs/ibexa_products/img/qualifio.png similarity index 100% rename from docs/ibexa_products/img/ibexa_engage.png rename to docs/ibexa_products/img/qualifio.png diff --git a/docs/ibexa_products/img/segments.drawio b/docs/ibexa_products/img/segments.drawio index fe8e5d6d334..fbb4904bc88 100644 --- a/docs/ibexa_products/img/segments.drawio +++ b/docs/ibexa_products/img/segments.drawio @@ -22,7 +22,7 @@ - + @@ -298,7 +298,7 @@ - + diff --git a/docs/index.md b/docs/index.md index 05f88a5ecc0..325f88191dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@
- Install Ibexa DXP + Install Cohesivo
@@ -75,7 +75,7 @@
-

The latest Ibexa DXP is v5.0 LTS

+

The latest Cohesivo is v5.0 LTS

The latest v5.0 LTS release is [[= latest_tag_5_0 =]]. You can now update your application.
@@ -90,7 +90,7 @@

The newest LTS Update is MCP Servers

-
Set up MCP servers to help AI agents interact with Ibexa DXP.
+
Set up MCP servers to help AI agents interact with Cohesivo.
Learn more about this LTS Update @@ -162,7 +162,7 @@
-

Manage your DXP

+

Manage your Cohesivo