-
-
Notifications
You must be signed in to change notification settings - Fork 224
/
book.json
55 lines (55 loc) · 1.37 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"gitbook": ">=3.0.0",
"title": "JavaScript Primer #jsprimer",
"description": "JavaScriptの基本的な書き方からアプリケーションの作成などのユースケースを学ぶための入門書です",
"root": "./source/",
"structure": {
"readme": "index.md",
"summary": "README.md"
},
"plugins": [
"-search",
"-lunr",
"page-toc-button",
"include-codeblock",
"anchors",
"canonical-link",
"js-console",
"github-issue-feedback",
"sandpack"
],
"variables": {
"esversion": "2024",
"nodeversion": "22.7.0",
"npmversion": "10.8.2",
"triplebackticks": "```",
"console": "<a class=\"gitbook-plugin-js-console\" aria-hidden=\"true\"></a>"
},
"pluginsConfig": {
"include-codeblock": {
"template": "./resources/gitbook-plugin-include-codeblock.hbs"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"docSearch": {
"index": "83I8JIFICQ",
"apiKey": "9169ce4cd84fcf2376f29d9585c89254"
},
"github-issue-feedback": {
"repo": "asciidwango/js-primer",
"label": "問題を報告する"
},
"edit-link": {
"base": "https://github.com/asciidwango/js-primer/edit/master/source/",
"label": "Edit"
},
"canonical-link": {
"baseURL": "https://jsprimer.net"
}
},
"pdf": {
"fontFamily": "IPAexMincho"
}
}