From 82547bf12c5bf9d3bdc27595d7a5174b39128d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 4 Jul 2024 12:41:59 +0200 Subject: [PATCH 1/5] Update changelog for June 2024 --- .../dashboard/configure_default_dashboard.md | 1 + .../recent_activity/recent_activity.md | 1 - .../getting_started/install_on_ibexa_cloud.md | 1 + docs/ibexa_engage/install_ibexa_engage.md | 1 + docs/resources/new_in_doc.md | 20 +++++++++++++++++++ .../contentname_criterion.md | 4 ++++ .../configure_elastic_search.md | 1 + 7 files changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/administration/dashboard/configure_default_dashboard.md b/docs/administration/dashboard/configure_default_dashboard.md index 37e810b2b7..5fa2674b47 100644 --- a/docs/administration/dashboard/configure_default_dashboard.md +++ b/docs/administration/dashboard/configure_default_dashboard.md @@ -1,6 +1,7 @@ --- title: Default dashboard configuration description: Configure default dashboard. +month_change: true --- # Configure default dashboard diff --git a/docs/administration/recent_activity/recent_activity.md b/docs/administration/recent_activity/recent_activity.md index 34f3d0227b..ef34ca910b 100644 --- a/docs/administration/recent_activity/recent_activity.md +++ b/docs/administration/recent_activity/recent_activity.md @@ -1,6 +1,5 @@ --- description: Log and monitor activity through UI, PHP API and REST API. -month_change: true --- # Recent activity [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] diff --git a/docs/getting_started/install_on_ibexa_cloud.md b/docs/getting_started/install_on_ibexa_cloud.md index 164cffb10a..4dc996cbbd 100644 --- a/docs/getting_started/install_on_ibexa_cloud.md +++ b/docs/getting_started/install_on_ibexa_cloud.md @@ -1,5 +1,6 @@ --- description: Install and configure Ibexa DXP to run in cloud using Ibexa Cloud. +month_change: true --- # Install on Ibexa Cloud diff --git a/docs/ibexa_engage/install_ibexa_engage.md b/docs/ibexa_engage/install_ibexa_engage.md index 575b7ca77f..da311fd479 100644 --- a/docs/ibexa_engage/install_ibexa_engage.md +++ b/docs/ibexa_engage/install_ibexa_engage.md @@ -1,6 +1,7 @@ --- description: Install and configure Ibexa Engage. edition: experience +month_change: true --- # [[= product_name_engage =]] diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 8d67c1163e..fcb7e7898d 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -6,6 +6,26 @@ description: Overview of major recent additions to Ibexa DXP documentation. This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## June 2024 + +### Ibexa Engage + +- [Learn more about Ibexa Engage](https://doc.ibexa.co/en/latest/ibexa_engage/install_ibexa_engage/) + +### Search + +- [Configuring Elasticsearch with analyzers for different languages](https://doc.ibexa.co/en/latest/search/search_engines/elastic_search/configure_elastic_search/#add-language-specific-analysers) +- [ContentName search criterion](https://doc.ibexa.co/en/master/search/criteria_reference/contentname_criterion/) + +### Dashboard + +- [Customizing the content type for Dashboard container](https://doc.ibexa.co/en/latest/administration/dashboard/configure_default_dashboard/#container-content-type-identifier) + +### Infrastructure and maintenance + +- [Updated Ibexa Cloud domain to ibexa.cloud](https://doc.ibexa.co/en/latest/getting_started/install_on_ibexa_cloud/#4-push-the-project) +- [v4.6.3 to v4.6.4 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_4.5/update_from_4.5/#v464) + ## May 2024 ### PHP API diff --git a/docs/search/criteria_reference/contentname_criterion.md b/docs/search/criteria_reference/contentname_criterion.md index b9f72819b4..4877116ac2 100644 --- a/docs/search/criteria_reference/contentname_criterion.md +++ b/docs/search/criteria_reference/contentname_criterion.md @@ -1,3 +1,7 @@ +--- +month_change: true +--- + # ContentName Criterion The [`ContentName` Search Criterion](https://github.com/ibexa/core/blob/main/src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php) diff --git a/docs/search/search_engines/elastic_search/configure_elastic_search.md b/docs/search/search_engines/elastic_search/configure_elastic_search.md index be23a734f6..5de834e6d0 100644 --- a/docs/search/search_engines/elastic_search/configure_elastic_search.md +++ b/docs/search/search_engines/elastic_search/configure_elastic_search.md @@ -1,5 +1,6 @@ --- description: Configure Elasticsearch to use it with Ibexa DXP. +month_change: true --- # Configure Elasticsearch From 7e13223661c2780f27d5ea0ce82fec8ee9769d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 4 Jul 2024 14:31:34 +0200 Subject: [PATCH 2/5] Changed link to redirect to latest version --- docs/resources/new_in_doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index fcb7e7898d..c75145168f 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -15,7 +15,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### Search - [Configuring Elasticsearch with analyzers for different languages](https://doc.ibexa.co/en/latest/search/search_engines/elastic_search/configure_elastic_search/#add-language-specific-analysers) -- [ContentName search criterion](https://doc.ibexa.co/en/master/search/criteria_reference/contentname_criterion/) +- [ContentName search criterion](https://doc.ibexa.co/en/latest/search/criteria_reference/contentname_criterion/) ### Dashboard @@ -24,7 +24,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### Infrastructure and maintenance - [Updated Ibexa Cloud domain to ibexa.cloud](https://doc.ibexa.co/en/latest/getting_started/install_on_ibexa_cloud/#4-push-the-project) -- [v4.6.3 to v4.6.4 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_4.5/update_from_4.5/#v464) +- [v4.6.3 to v4.6.4 update instructions](https://doc.ibexa.co/en/latest/update_and_migration/from_4.5/update_from_4.5/#v464) ## May 2024 From 2f9a9a467070b201e1bbeefe0a3119016a46819b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 4 Jul 2024 15:00:01 +0200 Subject: [PATCH 3/5] Added mention of the Now pill --- docs/resources/new_in_doc.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index c75145168f..4dfb4a520f 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -26,6 +26,9 @@ This page contains recent highlights and notable changes in [[= product_name =]] - [Updated Ibexa Cloud domain to ibexa.cloud](https://doc.ibexa.co/en/latest/getting_started/install_on_ibexa_cloud/#4-push-the-project) - [v4.6.3 to v4.6.4 update instructions](https://doc.ibexa.co/en/latest/update_and_migration/from_4.5/update_from_4.5/#v464) +### Documentation +- A "new" pill now appears in the table of content alongside pages which have been recently created, or have recent important updates or additions. + ## May 2024 ### PHP API From c7bd03e9a439746f1c2246991d5dfe11538d7457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 8 Jul 2024 09:21:48 +0200 Subject: [PATCH 4/5] More new pills for the Ibexa Engage --- docs/ibexa_engage/create_campaign.md | 1 + docs/ibexa_engage/integrate_ibexa_connect.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/ibexa_engage/create_campaign.md b/docs/ibexa_engage/create_campaign.md index df430ffbfc..f3221e75db 100644 --- a/docs/ibexa_engage/create_campaign.md +++ b/docs/ibexa_engage/create_campaign.md @@ -1,6 +1,7 @@ --- description: Create campaign with Ibexa Engage edition: experience +month_change: true --- # Create campaign diff --git a/docs/ibexa_engage/integrate_ibexa_connect.md b/docs/ibexa_engage/integrate_ibexa_connect.md index aca78ca9d5..cd0fdcf923 100644 --- a/docs/ibexa_engage/integrate_ibexa_connect.md +++ b/docs/ibexa_engage/integrate_ibexa_connect.md @@ -1,6 +1,7 @@ --- description: Integrate Ibexa Engage with Ibexa Connect edition: experience +month_change: true --- # Use Ibexa Connect From f190f8e8c8d6d2148486332ad92ed564a602194a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 8 Jul 2024 14:30:41 +0200 Subject: [PATCH 5/5] Update docs/resources/new_in_doc.md Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> --- docs/resources/new_in_doc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 4dfb4a520f..3d5d4c3811 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -27,6 +27,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] - [v4.6.3 to v4.6.4 update instructions](https://doc.ibexa.co/en/latest/update_and_migration/from_4.5/update_from_4.5/#v464) ### Documentation + - A "new" pill now appears in the table of content alongside pages which have been recently created, or have recent important updates or additions. ## May 2024