-
Notifications
You must be signed in to change notification settings - Fork 6
/
book.json
42 lines (42 loc) · 1.14 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
{
"gitbook": "3.x.x",
"plugins": [
"edit-link", "github", "ga", "rss", "github-buttons"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/LambdaBooks/thelittlebookofruby/tree/master",
"label": "Редагувати"
},
"github": {
"url": "https://github.com/LambdaBooks/thelittlebookofruby"
},
"ga": {
"token": "UA-40496885-11"
},
"rss": {
"title": "Маленька книга про Ruby",
"description": "Український переклад книги «The Little Book Of Ruby».",
"author": "Denys Dovhan",
"site_url": "http://lambdabooks.com/thelittlebookofruby",
"feed_url": "http://lambdabooks.com/thelittlebookofruby/rss.xml",
"managingEditor": "[email protected] (Denys Dovhan)",
"webMaster": "[email protected] (Denys Dovhan)",
"categories": [
"frontend",
"js",
"javascript",
"es6",
"es2015",
"ecmascript"
]
},
"github-buttons": {
"repo": "LambdaBooks/thelittlebookofruby",
"types": [
"star"
],
"size": "small"
}
}
}