-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
executable file
·46 lines (46 loc) · 935 Bytes
/
Copy pathbook.json
File metadata and controls
executable file
·46 lines (46 loc) · 935 Bytes
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
{
"root": "book",
"title": "IBM Cloud Kubernetes Service Lab",
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"fancybox": {
"openEffect": "elastic",
"closeEffect": "elastic"
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
],
"prism": {
"lang": {
"flow": "typescript"
}
},
"ignore": [
"mermaid",
"eval-js"
],
"hints": {
"info": "fa fa-info-circle",
"tip": "fa fa-mortar-board",
"danger": "fa fa-exclamation-cicle",
"working": "fa fa-wrench"
}
},
"webheader": {
"headerTitle" : "IBM Cloud Kubernetes Service (IKS) Lab"
}
},
"plugins": [
"prism", "-highlight",
"collapsible-chapters",
"hints",
"copy-code-button",
"back-to-top-button",
"fancybox",
"web-header"
],
"gitbook": "3.2.3"
}