-
Notifications
You must be signed in to change notification settings - Fork 60
/
book.json
125 lines (125 loc) · 3.01 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"title": "PWA 应用实战",
"description": "PWA 开发实战",
"author": "lavas <lavas@baidu.com>",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"structure": {
"readme": "README.md"
},
"plugins": [
"-lunr",
"-search",
"anchors",
"search-plus",
"-livereload",
"simple-page-toc",
"prism",
"prism-themes",
"-highlight",
"advanced-emoji",
"include-codeblock",
"-sharing",
"sharing-plus",
"ace",
"emphasize",
"splitter",
"page-footer-ex",
"expandable-chapters-small",
"sectionx",
"local-video",
"anchor-navigation-ex",
"favicon",
"todo",
"edit-link",
"3-ba",
"chart",
"disqus",
"github"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/lavas-project/pwa-book/edit/master",
"label": "编辑此页"
},
"theme-default": {
"showLevel": false
},
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"sharing": {
"douban": true,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper",
"linkedin",
"pocket",
"stumbleupon",
"qq",
"qzone"
]
},
"page-footer-ex": {
"copyright": "Copyright ©2019 [百度 Web 生态团队](https://github.com/lavas-project) <br/> [![知识共享许可协议](https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png)](http://creativecommons.org/licenses/by-nc-nd/4.0/) 本书采用 [知识共享署名-非商业性使用 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/) 进行许可。<br/> 本书仍在勘误阶段,请勿以任何形式私自传播,我们保留对本书的版权",
"markdown": true,
"update_label": "该文件修订时间:",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"anchor-navigation-ex": {
"showLevel": false,
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
},
"sectionx": {
"tag": "b"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"disqus": {
"shortName": "lavas-project-github-io"
},
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
},
"3-ba": {
"token": "c45e843439f6364ead89fd505f1abb68"
},
"github": {
"url": "https://github.com/lavas-project/pwa-book"
}
}
}