forked from WebPurple/learn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
36 lines (36 loc) · 949 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
{
"gitbook": ">=3.x.x",
"language": "ru",
"title": "WebPurple Learn Book",
"description": "Learn JS with WebPurple",
"root": "./book",
"plugins": [
"exercises@git+https://github.com/ifedyukin/plugin-exercises.git",
"tags@git+https://github.com/ifedyukin/gitbook-plugin-tags.git",
"toggle-chapters@git+https://github.com/ifedyukin/gitbook-plugin-toggle-chapters",
"slides-integration",
"include",
"multipart",
"advanced-emoji",
"anchors",
"lunr",
"edit-link",
"-sharing",
"-fontsettings"
],
"styles": {
"website": "assets/webpurple.css"
},
"links": {
"sidebar": {}
},
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/webpurple/learn/edit/master/book/",
"label": ""
},
"tags": {
"placement": "bottom"
}
}
}