forked from DjangoGirls/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
44 lines (44 loc) · 1.11 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
{
"gitbook": ">=3.2.0",
"links": {
"sidebar": {
"Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial"
}
},
"pdf": {
"fontSize": 16
},
"plugins": [
"heading-anchors@1.0.3",
"ga@1.0.1",
"richquotes@0.0.9",
"github@2.0.0",
"language-picker",
"sidebar-ad",
"codeblock-label",
"sectionx"
],
"pluginsConfig": {
"ga": {
"token": "UA-51680040-3"
},
"richquotes": {
"default": false
},
"github": {
"url": "https://github.com/DjangoGirls/tutorial"
},
"language-picker": {
"grid-columns": 3
},
"sidebar-ad": {
"imageUrl": "https://cdn.shopify.com/s/files/1/0992/7712/products/codelikeagirl---mockup4_large.jpg",
"url": "https://store.djangogirls.org/",
"description": "💖 Support our work and buy a Django Girls t-shirt! ✨",
"btnText": "Get a t-shirt!"
},
"sectionx": {
"tag": "b"
}
}
}