forked from asciidwango/js-primer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
37 lines (37 loc) · 906 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
37
{
"gitbook": ">=3.0.0",
"title": "JavaScriptの入門書 #jsprimer",
"description": "この書籍はES2015以降をベースとしたJavaScript入門書となる予定",
"root": "./source/",
"structure": {
"readme": "index.html.md",
"summary": "README.md"
},
"plugins": [
"include-codeblock",
"anchors",
"edit-link",
"canonical-link",
"ga",
"js-console",
"github-issue-feedback"
],
"variables": {
"console": "<a class=\"gitbook-plugin-js-console\" aria-hidden=\"true\"></a>"
},
"pluginsConfig": {
"github-issue-feedback": {
"repo": "asciidwango/js-primer"
},
"edit-link": {
"base": "https://github.com/asciidwango/js-primer/edit/master/source/",
"label": "Edit"
},
"canonical-link": {
"baseURL": "https://asciidwango.github.io/js-primer"
},
"ga": {
"token": "UA-2184335-18"
}
}
}