-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbook.json
More file actions
46 lines (45 loc) · 1.1 KB
/
book.json
File metadata and controls
46 lines (45 loc) · 1.1 KB
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
{
"title": "专业软件开发:范例驱动",
"author": "杨宇 gdyangyu@gmail.com",
"description": "以一个完整的项目范例说明软件开发的思想、原则、实践和工具集",
"language" : "zh-hans",
"links" : {
"sidebar" : {
"Home" : "http://books.yyang.io/"
}
},
"plugins": [
"emphasize",
"disqus",
"-search",
"search-pro",
"splitter",
"mermaid",
"tbfed-pagefooter",
"toggle-chapters",
"ga",
"baidu",
"codeblock-filename",
"include-codeblock"
],
"pluginsConfig": {
"disqus": {
"shortName": "prof-dev-by-example"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord": ["专业软件开发"]
},
"tbfed-pagefooter": {
"copyright":"Copyright © yyang.io 2016",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"ga": {
"token": "UA-73404413-1"
},
"baidu": {
"token": "79fc6341769f7f127b2d9f16c48e503b"
}
}
}