-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
46 lines (46 loc) · 911 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
{
"author": "gofulljs",
"plugins": [
"back-to-top-button",
"-lunr",
"-search",
"search-plus",
"a-import",
"code",
"anchor-navigation-ex",
"ga",
"3-ba",
"github"
],
"pluginsConfig": {
"code": {
"copyButtons": false
},
"anchor-navigation-ex": {
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right",
"multipleH1": false,
"multipleH2": false,
"multipleH3": false,
"multipleH4": false,
"showLevelIcon": false,
"showLevel": false
},
"ga": {
"token": "G-VMFJ3KGT9"
},
"3-ba": {
"token": "4c1823e87df49c9e304623b546c910fd"
},
"github": {
"url": "https://github.com/gofulljs"
},
"disqus": {
"shortName": "gopher-1"
}
},
"styles": {
"website": "styles/website.css"
}
}