-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
30 lines (30 loc) · 1012 Bytes
/
book.json
File metadata and controls
30 lines (30 loc) · 1012 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",
"plugins": ["disqus", "github", "edit-link", "adsense"],
"pluginsConfig": {
"disqus": {
"shortName": "howtocode-com-bd"
},
"github": {
"url": "https://github.com/howtocode-com-bd/ds.howtocode.com.bd"
},
"edit-link": {
"base": "https://github.com/howtocode-com-bd/ds.howtocode.com.bd/blob/master",
"label": "চ্যাপ্টারটি আপডেট করুন"
},
"adsense": {
"client": "ca-pub-3350277075217187",
"slot": "4161326931",
"format": "auto",
"element": ".page-inner section",
"position": "bottom"
}
},
"links": {
"sidebar": {
"অন্যান্য কোর্স": "https://www.howtocode.com.bd",
"আমাদের ব্লগ": "https://blog.howtocode.com.bd/",
"পিডিএফ ডাউনলোড": "https://www.gitbook.com/download/pdf/book/howtocode-com-bd/-ds"
}
}
}