forked from Curiouserw/gitbooks-devops-roadmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
92 lines (92 loc) · 2.3 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
{
"author": "Curiouser <[email protected]>",
"title": "Devops Roadmap",
"root": ".",
"plugins": [
"-search",
"-lunr",
"-sharing",
"-highlight",
"search-pro",
"splitter",
"github",
"popup",
"sectionx",
"expandable-chapters",
"sharing-plus",
"code",
"auto-scroll-table",
"theme-fexa",
"tbfed-pagefooter",
"back-to-top-button",
"emphasize",
"edit-link",
"prism",
"donate",
"theme-comscore",
"github-buttons",
"github-issue-feedback"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"github-issue-feedback": {
"repo": "RationalMonster/rationalmonster.github.io"
},
"github": {
"url": "https://github.com/RationalMonster"
},
"github-buttons": {
"buttons": [{
"user": "RationalMonster",
"repo": "gitbooks-devops-roadmap",
"type": "star",
"size": "small",
"count": "true"
}]
},
"sharing": {
"weibo": true,
"qq": "true",
"google": true,
"all": [
"facebook", "twitter"
]
},
"code": {
"copybuttons": "true"
},
"theme-fexa":{
"search-placeholder":"搜索文章",
"logo": "./assets/logo.png"
},
"tbfed-pagefooter": {
"copyright":"Copyright Curiouser",
"modify_label": "该文件最后修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://raw.githubusercontent.com/RationalMonster/gitbooks-devops-roadmap/master/",
"label": "查看源MD文件"
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
],
"lang": {
"flow": "typescript"
},
"ignore": [
"mermaid",
"eval-js"
]
},
"donate": {
"wechat": "/assets/wechat-donate.jpg",
"title": "",
"button": "赏",
"wechatText": "微信打赏"
}
}
}