forked from jitsucom/jitsu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroot.json
50 lines (50 loc) · 1.12 KB
/
root.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
40
41
42
43
44
45
46
47
48
49
50
{
"sections": [
{
"name": "🚀 Quick Start",
"pages": [
"deployment",
"changelog"
]
},
{
"name": "Jitsu Internals",
"pages": [
"internals/jitsu-server"
]
},
{
"name": "Sending data",
"pages": [
"sending-data/js-sdk",
"sending-data/api",
"sending-data/segment-api",
"sending-data/gif-pixel-api",
"sending-data/mobile-api",
"sending-data/privacy-mode",
"sending-data/javascript-reference"
]
},
{
"name": "Configuration",
"pages": [
"configuration",
"destinations-configuration",
"sources-configuration"
]
},
{
"name": "❤️ Features",
"pages": [
"other-features/segment-compatibility",
"other-features/dry-run-events",
"other-features/retrospective-user-recognition",
"other-features/events-cache",
"other-features/geo-data-resolution",
"other-features/typecast",
"other-features/admin-endpoints",
"other-features/application-metrics"
]
}
]
}