-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
32 lines (32 loc) · 767 Bytes
/
Copy pathbook.json
File metadata and controls
32 lines (32 loc) · 767 Bytes
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
{
"gitbook": ">=3.2.0",
"title": "ALGO",
"author": "rosemary666",
"description": "golang版数据结构和leetcode",
"language": "zh-hans",
"structure": {
"readme": "GITBOOK.md"
},
"links": {
"sidebar": {
"ALGO": "https://github.com/rosemary666/algo"
}
},
"plugins": [
"back-to-top-button",
"code",
"splitter",
"-lunr",
"-search",
"search-pro",
"pageview-count",
"tbfed-pagefooter"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright": "Copyright © ROSEMARY666 2022",
"modify_label": "该文章修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}