forked from cnych/kubernetes-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
83 lines (83 loc) · 2.36 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
{
"title": "从 Docker 到 Kubernetes 进阶手册",
"description": "从 Docker 入门一步步迁移到 Kubernetes 的进阶课程学习指南",
"language": "zh-hans",
"author": "阳明",
"links": {
"sidebar": {
"阳明的博客": "https://www.qikqiak.com",
"优点知识": "https://youdianzhishi.com",
"我们一起学istio技术": "https://www.qikqiak.com/istio-book/",
"python微服务实战": "https://www.qikqiak.com/tdd-book/"
}
},
"plugins": [
"prism", "prism-themes", "-highlight",
"github",
"codesnippet",
"splitter",
"simple-page-toc",
"page-toc-button",
"image-captions",
"back-to-top-button",
"-lunr", "-search", "search-plus",
"github-buttons@2.1.0",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"theme-default",
"sitemap-general",
"3-ba",
"ga",
"adsense"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"prism": {
"css": [
"prism-themes/themes/prism-hopscotch.css"
]
},
"github": {
"url": "https://github.com/cnych/kubernetes-learning"
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"image-captions": {
"caption": "_CAPTION_"
},
"github-buttons": {
"repo": "cnych/kubernetes-learning",
"types": ["star"],
"size": "small"
},
"sitemap-general": {
"prefix": "https://www.qikqiak.com/k8s-book/"
},
"tbfed-pagefooter": {
"copyright": "Copyright © qikqiak.com 2018",
"modify_label": "Updated: ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"3-ba": {
"token": "d611849735f187dd788dc054908f7d7a"
},
"ga": {
"token": "UA-69668147-3"
},
"adsense": {
"client": "ca-pub-5376999672787220",
"slot": "3100272140",
"format": "auto",
"element": ".page-inner section",
"position": "bottom"
}
}
}