forked from dji-sdk/Mobile-SDK-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
49 lines (48 loc) · 1.02 KB
/
Copy pathbook.json
File metadata and controls
49 lines (48 loc) · 1.02 KB
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
{
"gitbook": ">=2.0.0",
"output": null,
"generator": "site",
"title": null,
"description": null,
"extension": null,
"github": null,
"githubHost": "https://github.com/",
"plugins": ["ga","toc", "disqus"],
"pluginsConfig": {
"ga": {
"token": "UA-67012528-1"
},
"fontSettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"disqus": {
"shortName": "djisdk"
}
},
"links": {
"sidebar": {
"DJI Developer": "http://dev.dji.com/"
},
"sharing": {
"google": null,
"facebook": null,
"twitter": null,
"weibo": null,
"all": null
}
},
"pdf": {
"toc": true,
"pageNumbers": false,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
}
}
}