-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
127 lines (127 loc) · 3.31 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
126
127
{
"title" : "MYDan(mydan.org蚂蚁蛋运维助手)",
"links" : {
"sidebar" : {
"Home" : "http://www.mydan.org"
}
},
"variables": {
"contact": "[email protected]"
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"plugins": [
"-lunr",
"-search",
"search-plus",
"versions-select",
"splitter",
"tbfed-pagefooter",
"expandable-chapters-small",
"sectionx",
"github-buttons",
"simple-page-toc",
"anchors",
"todo",
"alerts",
"emphasize",
"anchor-navigation-ex",
"ad",
"ace",
"favicon",
"mermaid",
"terminal",
"github",
"copy-code-button",
"-sharing",
"sharing-plus",
"chart",
"mermaid"
],
"pluginsConfig": {
"fontsettings": {
"family": "serif",
"size": 1
},
"sectionx": {
"tag": "b"
},
"tbfed-pagefooter": {
"copyright":"Copyright 2017 - 2018.",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"expandable-chapters-small":{},
"github-buttons": {
"buttons": [
{
"user": "MYDan",
"type": "follow",
"size": "small",
"width": "180",
"count": true
},
{
"user": "MYDan",
"repo": "mayi",
"type": "star",
"size": "small"
}
]
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"ad": {
"contentTop": "",
"contentBottom": ""
},
"favicon": {
"shortcut": "/assets/images/favicon.ico",
"bookmark": "/assets/images/favicon.ico",
"appleTouch": "/assets/images/favicon.ico",
"appleTouchMore": {
"120x120": "/assets/images/favicon.ico",
"180x180": "/assets/images/favicon.ico"
}
},
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
},
"github": {
"url": "https://github.com/MYDan"
},
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": true,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper", "linkedin",
"pocket", "stumbleupon"
]
}
}
}