forked from anzhihun/OpenLayers3Primer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
48 lines (47 loc) · 1.32 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
{
"gitbook": "2.x.x",
"title": "OpenLayers 3 Primer",
"description": "这是一本为初学者准备的OpenLayers 3入门书籍",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": ["duoshuo", "baidu", "katex", "donate", "github-buttons", "github"],
"pluginsConfig": {
"baidu": {
"token": "598c9c941360724a65331e7d9a66c9b6"
},
"search": {
"maxIndexSize": 10000
},
"donate": {
"alipay": "http://weilin.me/ol3-primer/img/5rmb.jpg",
"wechat": "http://weilin.me/ol3-primer/img/weixin-5rmb.png",
"button": "打赏"
},
"duoshuo": {
"short_name": "ol3-primer",
"theme": "default"
},
"github-buttons": {
"repo": "anzhihun/OpenLayers3Primer",
"types": [
"star",
"watch"
],
"size": "small"
},
"github": {
"url": "https://github.com/anzhihun/OpenLayers3Primer"
},
"sharing": {
"facebook": false,
"twitter": true,
"google": false,
"weibo": true,
"instapaper": false,
"vk": false,
"all": ["weibo", "facebook", "google", "twitter"]
}
}
}