-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbook.json
More file actions
30 lines (30 loc) · 713 Bytes
/
book.json
File metadata and controls
30 lines (30 loc) · 713 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
{
"gitbook": "3.x.x",
"title": "JavaScript Plugin Architecture",
"description": "JavaScriptライブラリやツールのプラグインの仕組み",
"githubId": "azu/JavaScript-Plugin-Architecture",
"author": "azu",
"pdf": {
"fontFamily": "IPAexGothic"
},
"plugins": [
"include-codeblock",
"richquotes",
"edit-link",
"japanese-support",
"ga",
"github"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/azu/JavaScript-Plugin-Architecture"
},
"edit-link": {
"base": "https://github.com/azu/JavaScript-Plugin-Architecture/edit/master/",
"label": "Edit This Page"
},
"ga": {
"token": "UA-2184335-16"
}
}
}