-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.json
47 lines (47 loc) · 1.2 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
{
"title": "kubernetes笔记",
"author": "silenceper",
"description": "kubernets笔记",
"links": {
"sidebar": {}
},
"plugins": [
"github-buttons",
"edit-link",
"code",
"back-to-top-button",
"tbfed-pagefooter",
"baidu-v3",
"ga"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/silenceper/kubernetes-book"
},
"github-buttons": {
"buttons": [
{
"user": "silenceper",
"repo": "kubernetes-book",
"type": "star",
"size": "small"
}
]
},
"edit-link": {
"base": "https://github.com/silenceper/kubernetes-book/blob/main",
"label": "更新该页"
},
"tbfed-pagefooter": {
"copyright": "Copyright © silenceper 2020",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"ga": {
"token": "UA-139557989-1"
},
"baidu": {
"token": "fe23775b1a9ea11a6797646a56df1cc7"
}
}
}