forked from geektutu/interview-questions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
46 lines (46 loc) · 1.18 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
{
"title": "机器学习面试笔试题 - 极客圈",
"description": "持续整理机器学习面试笔试题",
"language": "zh-hans",
"links": {
"sidebar": {
"极客兔兔的博客": "https://geektutu.com/series",
"machine-learning-interview-qa": "https://github.com/geekcircle/machine-learning-interview-qa"
}
},
"plugins": [
"-highlight",
"expandable-chapters",
"splitter",
"page-footer-ex",
"prism",
"github",
"github-buttons",
"sitemap-general"
],
"pluginsConfig": {
"sitemap-general": {
"prefix": "https://geekcircle.github.io/machine-learning-interview-qa/"
},
"expandable-chapters": {},
"page-footer-ex": {
"copyright": "[geekcircle](https://github.com/geekcircle)",
"markdown": true,
"update_label": "<strong>updated</strong>",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"github": {
"url": "https://github.com/geekcircle/machine-learning-interview-qa"
},
"github-buttons": {
"buttons": [
{
"user": "geekcircle",
"repo": "machine-learning-interview-qa",
"type": "star",
"size": "large"
}
]
}
}
}