-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbook.json
87 lines (87 loc) · 2.42 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
{
"plugins": [
"tbfed-pagefooter",
"anchor-navigation-ex",
"mermaid-gb3",
"insert-logo",
"chapter-fold",
"advanced-emoji",
"github",
"splitter",
"alerts",
"popup",
"prism",
"hide-element",
"head-append",
"-highlight",
"-livereload"
],
"title": "Kubernetes - 痴者工良",
"author": "痴者工良",
"description": "这是一本关于 Kubernetes 的书,作者 痴者工良",
"language": "zh-hans",
"links": {
"sidebar": {
"痴者工良的博客": "https://www.whuanle.cn",
"粤ICP备18051778号":"https://beian.miit.gov.cn/"
}
},
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright": "Copyright © 痴者工良 2023",
"modify_label": "文档最后更新时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"insert-logo": {
"url": "/images/logo.jpg",
"style": "background: none; max-height: 50px; min-height: 50px"
},
"github": {
"url": "https://github.com/whuanle/kubernetes"
},
"prism": {
"lang": {
"flow": "typescript",
"shell": "bash"
},
"ignore": [
"mermaid",
"eval-js"
],
"css": [
"prismjs/themes/prism.css"
],
"js": [
"prismjs/prism.js",
"prismjs/components.js",
"prismjs/components/prism-csharp.min.js",
"prismjs/components/prism-go.min.js",
"prismjs/components/prism-yaml.min.js",
"prismjs/components/prism-bash.min.js",
"prismjs/components/prism-shell-session.min.js"
]
},
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": false
},
"head-append": {
"code": [
"<SCRIPTTAG>",
"(function(c,l,a,r,i,t,y){",
" c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};",
" t=l.createElement(r);t.async=1;t.src=\"https://www.clarity.ms/tag/\"+i;",
" y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);",
"})(window, document, \"clarity\", \"script\", \"lnzyokst48\");",
"</SCRIPTTAG>",
"<SCRIPTTAG async src=\"https://www.googletagmanager.com/gtag/js?id=G-ZZ9ZRYB6TM\"></SCRIPTTAG>",
"<SCRIPTTAG>",
" window.dataLayer = window.dataLayer || [];",
" function gtag(){dataLayer.push(arguments);}",
" gtag('js', new Date());",
" gtag('config', 'G-ZZ9ZRYB6TM');",
"</SCRIPTTAG>"
]
}
}
}