forked from hunterhug/goa.c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
108 lines (108 loc) · 2.61 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
{
"title": "数据结构和算法(Golang实现)",
"description": "数据结构和算法在计算机科学里,有非常重要的地位。此仓库尝试使用 Golang 来实现各种数据结构和算法,并且进行分析。",
"author": "hunterhug",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"首页": "https://www.lenggirl.com"
}
},
"plugins": [
"advanced-emoji@^0.2.1",
"-lunr",
"-search",
"search-plus@^1.0.3",
"-highlight",
"prism@^2.4.0",
"prism-themes@^0.0.2",
"-livereload",
"simple-page-toc@^0.1.2",
"anchors@^0.7.1",
"include-codeblock@^3.0.2",
"ace@^0.3.2",
"katex@^1.1.4",
"splitter@^0.0.8",
"expandable-chapters-small@^0.1.7",
"sectionx@^3.1.0",
"local-video@^1.0.1",
"-versions-select@^0.1.1",
"-sharing",
"sharing-plus@^0.0.2",
"copy-code-button@^0.0.2",
"donate@^1.0.2",
"-mygitalk@^0.2.6",
"tbfed-pagefooter@^0.0.1"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"sharing": {
"facebook": false,
"google": false,
"linkedin": true,
"qq": true,
"twitter": true,
"weibo": true,
"qzone": true,
"all": [
"weibo",
"qq",
"qzone",
"twitter",
"linkedin"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © https://github.com/hunterhug",
"modify_label": "该文章更新于:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
},
"sectionx": {
"tag": "b"
},
"fake_mygitalk": {
"clientID": "88bd6a753142024b3e6c",
"clientSecret": "edb4b5730d40ce1b578d571d72a8b17585ccbafd",
"repo": "goa.c",
"owner": "hunterhug",
"admin": [
"hunterhug"
],
"createIssueManually": false,
"distractionFreeMode": true
},
"donate": {
"button": "赞助我",
"title": "",
"alipayText": "微信",
"wechatText": "微信",
"alipay": "/picture/weixin.png",
"wechat": "/picture/weixin.png"
}
}
}