forked from yujiangshui/A-Programmers-Guide-to-English
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
27 lines (27 loc) · 607 Bytes
/
book.json
File metadata and controls
27 lines (27 loc) · 607 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
26
27
{
"title": "A Programmer's Guide to English",
"plugins": [
"editlink",
"ga",
"book-summary-scroll-position-saver",
"disqus",
"github",
"splitter"
],
"pluginsConfig": {
"editlink": {
"base": "https://github.com/yujiangshui/A-Programmers-Guide-to-English/edit/master",
"label": "Edit This Page",
"multilingual": false
},
"github": {
"url": "https://github.com/yujiangshui/A-Programmers-Guide-to-English"
},
"ga": {
"token": "UA-57557739-6"
},
"disqus": {
"shortName": "a-programmers-guide-to-english"
}
}
}