-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
39 lines (39 loc) · 1.12 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"dashboards": [
{
"key": "user-activity",
"menuTitle": "User Activity",
"source": "https://data.firefox.com/datasets/desktop/user-activity",
"supportsRegions": true
},
{
"key": "usage-behavior",
"menuTitle": "Usage Behavior",
"source": "https://data.firefox.com/datasets/desktop/usage-behavior",
"supportsRegions": true
},
{
"key": "hardware",
"menuTitle": "Hardware",
"source": "https://data.firefox.com/datasets/desktop/hardware",
"supportsRegions": false
}
],
"nextButtons": [
{
"from": "/",
"to": "/dashboard/user-activity",
"text": "Proceed to User Activity"
},
{
"from": "/dashboard/user-activity",
"to": "/dashboard/usage-behavior",
"text": "Proceed to Usage Behavior"
},
{
"from": "/dashboard/usage-behavior",
"to": "/dashboard/hardware",
"text": "Proceed to Hardware"
}
]
}