-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
46 lines (43 loc) · 1.17 KB
/
book.json
File metadata and controls
46 lines (43 loc) · 1.17 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
46
{
"title": "MIG前端Javascript开发规范",
"description": "前端Javascript开发规范以及注意事项",
"author": "flyingzl",
"generator": "site",
"language": "zh-hans",
"links": {
"sidebar": {
"Home": "https://github.com/TCL-MIG-FE/javascript-guides"
}
},
"plugins": [
"tbfed-pagefooter",
"include-codeblock",
"duoshuo"
],
"pluginsConfig": {
"duoshuo": {
"short_name": "tcl-mig-fe-javascript",
"theme": "default"
},
"github": {
"url": "https://github.com/TCL-MIG-FE/javascript-guides"
},
"sharing": {
"weibo": true,
"facebook": true,
"twitter": true,
"google": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © TCL 2016",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}