-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathbook.json
69 lines (69 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"title": "Learn React Source Code",
"author": "cyan33",
"links": {
"sidebar": {
"Learn React Source Code": "https://github.com/cyan33/learn-react-source-code"
}
},
"plugins": [
"-lunr",
"-search",
"search-plus",
"splitter",
"anchors",
"anchor-navigation-ex",
"copy-code-button",
"expandable-chapters",
"theme-darkblue",
"theme-comscore",
"tbfed-pagefooter",
"prism",
"-highlight",
"github-buttons",
"edit-link",
"disqus"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"modify_label": "最近更新:",
"modify_format": "YYYY-MM-DD HH:mm"
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"github-buttons": {
"buttons": [{
"user": "cyan33",
"repo": "learn-react-source-code",
"type": "star",
"size": "small",
"count": true
}]
},
"edit-link": {
"base": "https://github.com/cyan33/learn-react-source-code/edit/master/blog",
"label": "Edit This Page"
},
"sharing": {
"facebook": false,
"twitter": true,
"weibo": true
},
"disqus": {
"shortName": "gitbook-8"
},
"anchor-navigation-ex": {
"multipleH1": false
}
},
"ignores": [
".*",
"build",
"_book",
"gitbook",
"node_modules"
]
}