-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbook.json
More file actions
40 lines (40 loc) · 976 Bytes
/
book.json
File metadata and controls
40 lines (40 loc) · 976 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"title": "React实战",
"description": "React实战课程,包括基础知识props、state, styled-components, router, redux, Jest测试等。",
"language": "zh",
"plugins": [
"github",
"prism",
"3-ba",
"splitter",
"donate",
"favicon",
"sitemap"
],
"pluginsConfig": {
"disqus": {
"shortName": "webpack-handbook"
},
"github": {
"url": "https://github.com/MagicFunAI/react-course"
},
"3-ba": {
"token": "cd5d6d3364c2ad2ab6fa2027dc60455a"
},
"donate": {
"wechat": "//static.magicfun.ai/qrcode/wxpay.png",
"alipay": "//static.magicfun.ai/qrcode/alipay.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"favicon": {
"shortcut": "assets/images/favicon.ico",
"bookmark": "assets/images/favicon.ico"
},
"sitemap": {
"hostname": "https://react-course.magicfun.ai"
}
}
}