forked from whmzsu/helm-doc-zh-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
60 lines (60 loc) · 1.68 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
{
"title": "Helm用户与开发者指南",
"description": "Helm用户与开发者指南|Helm User and Developer's Guide|Mingo|吴洪明",
"language": "zh-hans",
"author": "Mingo",
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"3-ba",
"editlink",
"back-to-top-button",
"-lunr", "-search", "search-plus",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"theme-default",
"-highlight", "prism", "prism-themes"
],
"pluginsConfig": {
"3-ba": {
"token": "4c047edc6924037f9f149230b592da80"
},
"theme-default": {
"showLevel": true
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"github-buttons": {
"repo": "whmzsu/helm-doc-zh-cn",
"types": ["star"],
"size": "small"
},
"github": {
"url": "https://github.com/whmzsu/helm-doc-zh-cn"
},
"editlink": {
"base": "https://github.com/whmzsu/helm-doc-zh-cn/blob/master/",
"label": "编辑本页",
"multilingual": false
},
"tbfed-pagefooter": {
"copyright": "Copyright © Mingo([email protected]) 2017-2018",
"modify_label": "Updated at ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"prism": {
"css": [
"prism-themes/themes/prism-ghcolors.css"
]
}
}
}