-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
108 lines (108 loc) · 2.12 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"root": ".",
"title": "GitBook 简明教程",
"language": "zh-hans",
"author": "Mealoore",
"links": {
"sidebar": {
"Mealoore": "https://github.com/Mealoore"
}
},
"styles": {
"website": "styles/website.css"
},
"structure": {
"readme": "README.md"
},
"plugins": [
"theme-default",
"-search",
"-lunr",
"-sharing",
"-livereload",
"sharing-plus",
"github",
"chart",
"todo",
"graph",
"puml",
"katex",
"copy-code-button",
"ace",
"emphasize",
"mermaid-gb3",
"flexible-alerts",
"expandable-chapters-small",
"anchor-navigation-ex",
"theme-comscore",
"splitter",
"popup",
"sidebar-style",
"edit-link",
"bibtex",
"tbfed-pagefooter",
"terminal"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"sidebar-style": {
"title": "gitbook_guide",
"author": "Mealoore"
},
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": true
},
"github": {
"url": "https://github.com/Mealoore/gitbook_guide"
},
"edit-link": {
"base": "https://github.com/Mealoore/gitbook_guide",
"label": "Edit This Page"
},
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": true,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper",
"linkedin",
"pocket",
"stumbleupon"
]
},
"bibtex": {
"bibliography": "literature.bib"
},
"tbfed-pagefooter": {
"copyright": "Copyright © Mealoore 2023",
"modify_label": "update:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"terminal": {
"copyButtons": false,
"fade": false,
"style": "ubuntu"
}
}
}