-
Notifications
You must be signed in to change notification settings - Fork 18
/
book.json
62 lines (62 loc) · 1.74 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
{
"title": "云原生基础设施 - cloudnativego.com",
"description": "云原生基础设施|Cloud Native Infrastructure",
"language": "zh-hans",
"author": "cloudnativego.com",
"links": {
"sidebar": {
"CloudNativeGo": "https://cloudnativego.com",
"Jimmy Song": "https://jimmysong.io"
}
},
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"editlink",
"back-to-top-button",
"-lunr", "-search", "search-plus",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"3-ba",
"theme-default",
"-highlight", "prism", "prism-themes",
"sitemap-general"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/CloudNativeInfra/cni"
},
"editlink": {
"base": "https://github.com/CloudNativeInfra/cni/blob/master/cn",
"label": "Edit this page"
},
"github-buttons": {
"repo": "CloudNativeInfra/cni",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
"copyright": "Copyright © 2018 cloudnativego.com",
"modify_label": " Updated at ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"3-ba": {
"token": "c889b4cfd2df3f575151a52b18610b26"
},
"prism": {
"css": [
"prism-themes/themes/prism-ghcolors.css"
]
},
"sitemap-general": {
"prefix": "https://cloudnativego.com/cni/"
}
}
}