-
Notifications
You must be signed in to change notification settings - Fork 167
/
book.json
76 lines (75 loc) · 1.82 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
{
"title": "Python 3 源码分析",
"description": "致力于分析Python 3.7.0 的源码实现",
"author": "Prodesire",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
"主页": "https://github.com/flaggo/python3-source-code-analysis"
}
},
"plugins": [
"-search",
"search-plus@^0.0.11",
"-sharing",
"sharing-plus",
"github@^2.0.0",
"edit-link@^2.0.2",
"splitter",
"tbfed-pagefooter",
"prism",
"page-toc-button",
"back-to-top-button"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"github": {
"url": "https://github.com/flaggo/python3-source-code-analysis"
},
"github-buttons": {
"repo": "flaggo/python3-source-code-analysis",
"types": ["star"],
"size": "small"
},
"sharing": {
"weibo": true,
"douban": true,
"linkedin": true,
"facebook": true,
"google": true,
"twitter": true,
"all": ["weibo", "douban", "linkedin", "facebook", "google", "twitter"]
},
"tbfed-pagefooter": {
"copyright": "Copyright © FlagGo 2019",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/flaggo/python3-source-code-analysis/edit/master",
"label": "编辑此页面"
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
},
"prism": {
"lang": {
"console": "bash",
"shell": "bash"
},
"css": ["prismjs/themes/prism-okaidia.css"]
}
}
}