forked from juniorz/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
25 lines (25 loc) · 671 Bytes
/
book.json
File metadata and controls
25 lines (25 loc) · 671 Bytes
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
{
"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/documentation/"
},
"sharing": {
"google": "http://www.go.cd",
"facebook": "http://www.go.cd",
"twitter": "http://www.go.cd",
"all": "http://www.go.cd"
}
},
"plugins": [
"anchors",
"ga"
],
"pluginsConfig": {
"ga": {
"token": "UA-48357651-1"
}
}
}