Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for June 2024 #2426

Merged
merged 5 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Default dashboard configuration
description: Configure default dashboard.
month_change: true
---

# Configure default dashboard
Expand Down
1 change: 0 additions & 1 deletion docs/administration/recent_activity/recent_activity.md
Original file line number Diff line number Diff line change
@@ -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' %]]
Expand Down
1 change: 1 addition & 0 deletions docs/getting_started/install_on_ibexa_cloud.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Install and configure Ibexa DXP to run in cloud using Ibexa Cloud.
month_change: true
---

# Install on Ibexa Cloud
Expand Down
1 change: 1 addition & 0 deletions docs/ibexa_engage/create_campaign.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Create campaign with Ibexa Engage
edition: experience
month_change: true
---

# Create campaign
Expand Down
1 change: 1 addition & 0 deletions docs/ibexa_engage/install_ibexa_engage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Install and configure Ibexa Engage.
edition: experience
month_change: true
---

# [[= product_name_engage =]]
Expand Down
1 change: 1 addition & 0 deletions docs/ibexa_engage/integrate_ibexa_connect.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Integrate Ibexa Engage with Ibexa Connect
edition: experience
month_change: true
---

# Use Ibexa Connect
Expand Down
24 changes: 24 additions & 0 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ description: Overview of major recent additions to Ibexa DXP documentation.

This page contains recent highlights and notable changes in [[= product_name =]] documentation.

## June 2024

adriendupuis marked this conversation as resolved.
Show resolved Hide resolved
### 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/latest/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/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
Expand Down
4 changes: 4 additions & 0 deletions docs/search/criteria_reference/contentname_criterion.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---

Check warning on line 1 in docs/search/criteria_reference/contentname_criterion.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/search/criteria_reference/contentname_criterion.md#L1

[Ibexa.ReadingLevel] The grade level is 4.94. Aim for 8th grade or lower by using shorter sentences and words.
Raw output
{"message": "[Ibexa.ReadingLevel] The grade level is 4.94. Aim for 8th grade or lower by using shorter sentences and words.", "location": {"path": "docs/search/criteria_reference/contentname_criterion.md", "range": {"start": {"line": 1, "column": 1}}}, "severity": "WARNING"}
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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Configure Elasticsearch to use it with Ibexa DXP.
month_change: true
---

# Configure Elasticsearch
Expand Down
Loading