forked from gocd/docs.go.cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
48 lines (48 loc) · 1.14 KB
/
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
47
48
{
"title": "Go User Documentation",
"description": "Help documentation for Go.",
"links": {
"sidebar": {
"Home": "http://www.go.cd",
"Contribute": "https://github.com/gocd/docs.go.cd/"
},
"sharing": {
"google": "http://www.go.cd",
"facebook": "http://www.go.cd",
"twitter": "http://www.go.cd",
"all": "http://www.go.cd"
}
},
"gitbook": "2.2.0",
"plugins": [
"anchors",
"ga",
"include",
"toc",
],
"pluginsConfig": {
"ga": {
"token": "UA-48357651-1"
},
"toc": {
"addClass": true,
"className": "toc"
},
"rtEditLinkBase": "https://github.com/gocd/docs.go.cd/edit/master",
"rtEditLinkLabel": "Edit This Page"
},
"pdf": {
"toc": true,
"pageNumbers": false,
"fontSize": 12,
"paperSize": "a4"
},
"styles": {
"website": "resources/stylesheets/website.css"
},
"structure": {
"readme": "INTRO.md"
}
}