forked from dukedaily/solidity-expert
-
Notifications
You must be signed in to change notification settings - Fork 1
/
book-new.json
58 lines (58 loc) · 1.41 KB
/
book-new.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
56
57
58
{
"gitbook": ">=3.0.0",
"title": "JavaScript Primer #jsprimer",
"description": "JavaScriptの基本的な書き方からアプリケーションの作成などのユースケースを学ぶための入門書です",
"root": "./",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": [
"-search",
"-lunr",
"page-toc-button",
"include-codeblock",
"anchors",
"canonical-link",
"ga",
"js-console",
"github-issue-feedback"
],
"variables": {
"esversion": "2022",
"nodeversion": "18.12.0",
"npmversion": "8.19.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"
},
"ga": {
"token": "UA-2184335-18"
}
},
"pdf": {
"fontFamily": "IPAexMincho"
}
}