-
Notifications
You must be signed in to change notification settings - Fork 88
/
book.json
106 lines (106 loc) · 2.67 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
{
"author" : "杨传胜",
"description" : "Prometheus 中文文档",
"language" : "zh-hans",
"title" : "Prometheus 中文文档",
"links": {
"sidebar": {
"Ryan Yang": "https://www.yangcs.net",
"Kubernetes 知识图谱": "https://github.com/yangchuansheng/k8s-knowledge"
}
},
"plugins": [
"splitter",
"todo",
"alerts",
"anchors",
"image-captions",
"tbfed-pagefooter@^0.0.1",
"-lunr", "-search", "search-plus",
"advanced-emoji",
"-sharing", "sharing-plus",
"simple-page-toc",
"anchor-navigation-ex",
"theme-comscore",
"download-pdf-link",
"code",
"-highlight", "prism", "prism-themes",
"favicon-plus"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": true,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper", "linkedin",
"pocket", "stumbleupon"
]
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"anchor-navigation-ex": {
"showLevel": true,
"associatedWithSummary": true,
"printLog": false,
"multipleH1": false,
"mode": "float",
"float": {
"showLevelIcon": true,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"download-pdf-link": {
"base": "https://www.gitbook.com/download/pdf/book/yangchuansheng/the-way-to-go",
"label": "Download PDF",
"multilingual": false
},
"tbfed-pagefooter": {
"copyright": "Copyright © www.yangcs.net 2018",
"modify_label": " Updated at ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
},
"sitemap-general": {
"prefix": "https://www.yangcs.net/prometheus/"
},
"github-buttons": {
"repo": "yangchuansheng/prometheus-handbook",
"types": ["star"],
"size": "small"
},
"favicon-plus": {
"favicon": "./favicon-96x96.png"
}
}
}