forked from regularjs/guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
32 lines (30 loc) · 775 Bytes
/
Copy pathbook.json
File metadata and controls
32 lines (30 loc) · 775 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
{
"title": "Regular官方指南",
"gitbook": "3.2.3",
"language": "zh-hans",
"description": "Regular官方指南",
"author": "leeluolee",
"plugins": [
"edit-link", "splitter", "-lunr", "-search", "-sharing",
"search-plus", "expandable-chapters-small",
"anchor-navigation-ex",
"force-http"
],
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
"Github": "https://github.com/regularjs/regular"
}
},
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/regularjs/guide/edit/master/",
"label": "编辑当前页"
},
"anchor-navigation-ex":{
"multipleH1": false
}
}
}