forked from smartdevicelink/sdl_core_guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
97 lines (97 loc) · 2.46 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"Authors": ["Luxoft", "Justin Dickow", "Jacob Keeler", "Joey Grover"],
"languages": ["en"],
"navigation": [
{
"name": "Overview"
},
{
"name": "Getting Started",
"navigation": [
{
"name": "Install and Run"
},
{
"name": "INI Configuration"
},
{
"name": "Multiple Transports Configuration"
}
]
},
{
"name": "Integrating Your HMI",
"navigation": [
{
"name": "SDL Core and HMI Communication"
},
{
"name": "Developing the HMI UI"
},
{
"name": "Vehicle Data"
}
]
},
{
"name": "Feature Documentation",
"navigation": [
{
"name": "Audio and Video Streaming"
},
{
"name": "App Service Guidelines"
},
{
"name": "Multiple Transports"
},
{
"name": "Remote Control"
},
{
"name": "RPC Encryption"
},
{
"name": "Service Status Update"
},
{
"name": "Smart Objects"
}
]
},
{
"name": "Developer Documentation",
"navigation": [
{
"name": "Web Engine App Support"
},
{
"name": "Transport Manager"
},
{
"name": "ResumeController"
},
{
"name": "Security Manager"
},
{
"name": "Logger"
}
]
},
{
"name": "Migrating to Newer SDL Versions",
"navigation": [
{
"name": "Migrating SDL Core 6.1 to 7.0"
}
]
},
{
"name": "Doxygen Inline Documentation"
},
{
"name": "FAQ"
}
]
}