-
Notifications
You must be signed in to change notification settings - Fork 5
/
book.json
46 lines (46 loc) · 890 Bytes
/
book.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
{
"gitbook": "3.2.2",
"title": "Openpilot Documentation",
"description": "",
"structure": {
"summary": "TABLE_OF_CONTENTS.md"
},
"plugins": [
"ga",
"anchorjs",
"sitemap",
"hints",
"chapter-fold",
"noembed",
"-sharing",
"add-js-css",
"theme-openpilot"
],
"pluginsConfig": {
"anchorjs": {
"selector": "h2,h3,h4,h5",
"icon": "#",
"placement": "left",
"class": "heading-anchor fa fa-link",
"truncate": 64,
"ariaLabel": "Anchor"
},
"sitemap": {
"hostname": "https://docs.opc.ai/"
},
"ga": {
"token": "UA-122297332-1"
},
"add-js-css": {
"js": [
"./.assets/openpilot-docs.js"
],
"css": [
"./.assets/openpilot-docs.css"
]
},
"github": {
"url": "https://github.com/openpilot-community/documentation/"
}
}
}