Skip to content

Commit af76c67

Browse files
committed
Draft Data Intelligence Layer ToC
1 parent 92f25bb commit af76c67

5 files changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
description: TODO.
3+
month_change: true
4+
---
5+
6+
# Data Intelligence Layer
7+
8+
The Data Intelligence Layer (DIL) provides content metrics.
9+
10+
[[= cards([
11+
"content_management/data_intelligence_layer/dil_guide",
12+
"content_management/data_intelligence_layer/dil_config",
13+
]) =]]
14+
15+
TODO:
16+
17+
- Product guide
18+
- Install & Config
19+
- User doc?
20+
- API:
21+
- PHP API
22+
- REST API
23+
- MCP tools
24+
- Extend
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
description: TODO.
3+
month_change: true
4+
---
5+
6+
# Data Intelligence Layer configuration
7+
8+
Metric data are computed as a [background task using Ibexa Messenger](background_tasks.md).
9+
10+
- `ibexa.data_intelligence_layer.freshness.default_interval_days`: Number of days between computation of the metrics - default is 90 days
11+
- `ibexa.data_intelligence_layer.freshness.content_type_intervals`: Custom number of days per content type - default is empty
12+
13+
```yaml
14+
parameters:
15+
ibexa.data_intelligence_layer.freshness.default_interval_days: 30 # Increase frequency to every 30 days for all content types
16+
ibexa.data_intelligence_layer.freshness.content_type_intervals: # Map content type identifier to custom interval in days
17+
article: 15 # Compute metrics for articles every 15 days
18+
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
description: TODO.
3+
month_change: true
4+
---
5+
6+
# Data Intelligence Layer product guide
7+
8+
The Data Intelligence Layer (DIL) systematically collects, aggregates, and exposes editorial and content-centric metrics.
9+
Editors and AI agents can use those metrics to identify possible content improvements.
10+
11+
TODO: List available metrics and their purpose.

docs/product_guides/product_guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Discover the primary ones with the help of product guides. Condensed content all
1717
"content_management/pages/page_builder_guide",
1818
"content_management/forms/form_builder_guide",
1919
"content_management/collaborative_editing/collaborative_editing_guide",
20+
"content_management/data_intelligence_layer/dil_guide",
2021
"customer_management/customer_portal",
2122
"personalization/personalization_guide",
2223
"product_catalog/product_catalog_guide",

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,10 @@ nav:
290290
- Time field type: content_management/field_types/field_type_reference/timefield.md
291291
- URL field type: content_management/field_types/field_type_reference/urlfield.md
292292
- User field type: content_management/field_types/field_type_reference/userfield.md
293+
- Data Intelligence Layer:
294+
- Data Intelligence Layer: content_management/data_intelligence_layer/data_intelligence_layer.md
295+
- DIL product guide: content_management/data_intelligence_layer/dil_guide.md
296+
- DIL configuration: content_management/data_intelligence_layer/dil_config.md
293297
- Collaborative editing:
294298
- Collaborative editing: content_management/collaborative_editing/collaborative_editing.md
295299
- Collaborative editing product guide: content_management/collaborative_editing/collaborative_editing_guide.md

0 commit comments

Comments
 (0)