forked from DjangoGirls/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
53 lines (53 loc) · 1.31 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
{
"gitbook": ">=3.2.0",
"variables": {
"py_version": "3.8",
"py_release": "3.8.6",
"py_min_version": "3.6",
"py_min_release": "3.6.8",
"pa_py_version": "3.8",
"django_version": "2.2.4"
},
"links": {
"sidebar": {
"Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial"
}
},
"pdf": {
"fontSize": 16
},
"plugins": [
"language-picker",
"sidebar-ad",
"codeblock-label",
"sectionx-ex",
"collapsible-menu"
],
"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://djangogirls.org/static/img/global/donate/lagos.jpg",
"url": "https://www.patreon.com/djangogirls",
"description": "💖 Support our work and donate to our project! ✨",
"btnText": "Donate now!"
},
"sectionx": {
"tag": "b"
}
}
}