forked from hunterhug/goa.c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
134 lines (134 loc) · 3.19 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"title": "数据结构和算法(Golang实现)",
"description": "数据结构和算法在计算机科学里,有非常重要的地位。此仓库尝试使用 Golang 来实现各种数据结构和算法,并且进行分析。",
"author": "hunterhug",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"首页": "https://hunterhug.github.io"
}
},
"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",
"edit-link-plus@^0.0.1",
"github-buttons@^3.0.0"
],
"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"
},
"mygitalk": {
"clientID": "88bd6a753142024b3e6c",
"clientSecret": "edb4b5730d40ce1b578d571d72a8b17585ccbafd",
"repo": "goa.c",
"owner": "hunterhug",
"admin": [
"hunterhug"
],
"createIssueManually": false,
"distractionFreeMode": true
},
"donate": {
"button": "赞助我",
"title": "",
"alipayText": "微信",
"wechatText": "微信",
"alipay": "/weixin.png",
"wechat": "/weixin.png"
},
"edit-link-plus": {
"title": "编辑文章",
"default": "编辑文章",
"required": false,
"base": "https://github.com/hunterhug/goa.c/edit/develop"
},
"github-buttons": {
"buttons": [
{
"user": "hunterhug",
"repo": "goa.c",
"type": "star",
"size": "small",
"count": true
},
{
"user": "hunterhug",
"type": "follow",
"width": "200",
"size": "small",
"count": true
}
]
}
}
}