-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
54 lines (53 loc) · 1.02 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
{
"root": "./src",
"branch": "master",
"title": "Cassandra 小书",
"description": "Cassandra 小书 - 从入门到上手",
"author": "杨景(羊八井)yangbajing at gmail.com",
"language": "zh-hans",
"plugins": [
"include-codeblock",
"ace",
"mermaid",
"prism",
"-highlight",
"disqus",
"github-buttons",
"image-captions",
"splitter",
"-search",
"search-pro"
],
"pluginsConfig": {
"disqus": {
"shortName": "yangbajing"
},
"search-pro": {
"cutWordLib": "nodejieba"
},
"github-buttons": {
"repo": "yangbajing/cassandra-little-book",
"types": [
"star",
"watch"
],
"size": "small"
},
"image-captions": {
"attributes": {
"width": "600"
},
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
},
"sharing": {
"weibo": true,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper"
]
}
}
}