forked from gocd/developer.go.cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
30 lines (30 loc) · 778 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
{
"title": "Go Developer Documentation",
"description": "Documentation describing the development environment, technology stack and architecture of Go.",
"links": {
"sidebar": {
"Home": "http://www.go.cd",
"Contribute": "https://github.com/gocd/developer.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",
],
"pluginsConfig": {
"ga": {
"token": "UA-48357651-1"
}
},
"structure": {
"readme": "INTRO.md"
}
}