Skip to content

Commit ec0c1a3

Browse files
committed
Draft Data Intelligence Layer ToC
1 parent e779849 commit ec0c1a3

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

docs/content_management/data_intelligence_layer/data_intelligence_layer.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ month_change: true
88
The Data Intelligence Layer (DIL) provides content metrics.
99

1010
[[= cards([
11-
"content_management/data_intelligence_layer/dil_guide",
11+
"content_management/data_intelligence_layer/dil_guide",
12+
]) =]]
13+
[[= cards([
14+
"content_management/data_intelligence_layer/dil_config",
1215
]) =]]
1316

1417
TODO:
1518

16-
- Install
17-
- Config
18-
- Background/Scheduled tasks (earlier?)
19+
- Product guide
20+
- Install & Config
1921
- User doc?
2022
- API:
2123
- PHP API
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+
```

0 commit comments

Comments
 (0)