forked from billryan/algorithm-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
42 lines (42 loc) · 999 Bytes
/
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
{
"plugins": [
"disqus",
"ga",
"katex",
"richquotes",
"swiftype",
"sitemap",
"github",
"edit-link",
"-search"
],
"pluginsConfig": {
"disqus": {
"shortName": "algorithm4bill"
},
"ga": {
"token": "UA-32317667-7"
},
"richquotes": {
"todos": true
},
"swiftype": {
"token": "utQHy1R2XyiVqDqaZqws",
"version": "2.0.0"
},
"sitemap": {
"hostname": "http://algorithm.yuanbin.me/"
},
"github": {
"url": "https://github.com/billryan/algorithm-exercise"
},
"edit-link": {
"base": "https://github.com/billryan/algorithm-exercise/edit/master",
"label": {
"en": "Edit Page",
"zh-hans": "编辑此页",
"zh-tw": "編輯此頁"
}
}
}
}