forked from sumn2u/learn-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
99 lines (99 loc) · 2.53 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"title": "Learn JavaScript: Beginners Edition",
"description": "Beginners guide for learning JavaScript",
"author": "Suman Kunwar",
"isbn": "",
"published": "12/22/2022",
"copyright": "Suman Kunwar",
"website": "https://sumankunwar.com.np",
"keywords": "learn JavaScript, Beginners lessons",
"language": "en",
"totalpages": 322,
"hidepageheaders": [1,2, 3, 10, 40],
"hidepagefooters": [1,2, 3, 10, 40],
"plugins": [
"hints",
"theme-creative",
"sidebar-ad",
"intopic-toc",
"sharing",
"exercises",
"@honkit/honkit-plugin-ga",
"sitemap",
"i18nsettings",
"favicon-custom",
"chapter-fold",
"hide-published-with",
"edit-link",
"ace-editor"
],
"pdf": {
"pageNumbers": true,
"margin": {
"right": 32,
"left": 32
}
},
"pluginsConfig": {
"sidebar-ad": {
"imageUrl": "https://d2sofvawe08yqg.cloudfront.net/learnjavascriptbeginnersguide/s_hero2x",
"url": "https://leanpub.com/learnjavascriptbeginnersguide/signup",
"description": "Get free <b>pdf</b> and <b>epub</b> version by joining on wishlist! ✨",
"btnText": "Read now!"
},
"edit-link": {
"base": "https://github.com/sumn2u/learn-javascript/edit/main",
"label": ""
},
"sharing": {
"facebook": true,
"twitter": true,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": ["facebook", "google", "twitter", "weibo", "instapaper"]
},
"ga": {
"trackingID": "G-57X6JSDN82",
"anonymizeIP": true
},
"favicon": "favicon.ico",
"appleTouchIconPrecomposed152": "js.png",
"intopic-toc": {
"label": "In this Chapter"
},
"sitemap": {
"hostname": "https://javascript.sumankunwar.com.np/"
},
"i18nsettings": {
"language": "en",
"languages": [
{
"config": "en",
"text": "English"
},
{
"config": "fr",
"text": "Français"
},
{
"config": "np",
"text": "नेपाली"
},
{
"config": "tr",
"text": "Türkiye"
},
{
"config": "id",
"text": "Indonesian"
},
{
"config": "es",
"text": "Español"
}
]
}
}
}