forked from howtocode-dev/python.howtocode.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
24 lines (23 loc) · 787 Bytes
/
book.json
File metadata and controls
24 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"gitbook": "2.x.x",
"plugins": ["disqus", "github", "edit-link"],
"pluginsConfig": {
"disqus": {
"shortName": "howtocode-com-bd"
},
"github": {
"url": "https://github.com/howtocode-com-bd/python.howtocode.com.bd"
},
"edit-link": {
"base": "https://github.com/howtocode-com-bd/python.howtocode.com.bd/blob/master",
"label": "চ্যাপ্টারটি আপডেট করুন"
}
},
"links": {
"sidebar": {
"অন্যান্য কোর্স": "http://www.howtocode.com.bd",
"আমাদের ব্লগ": "https://blog.howtocode.com.bd/",
"পিডিএফ ডাউনলোড": "https://www.gitbook.com/download/pdf/book/howtocode-com-bd/-python"
}
}
}