-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
book.json
102 lines (102 loc) · 3.88 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
100
101
102
{
"gitbook": ">=3.2.0",
"variables": {
"py_version": "3.12",
"py_release": "3.12.3",
"py_min_version": "3.10",
"py_min_release": "3.10.13",
"pa_py_version": "3.10",
"django_version": "5.1.2"
},
"links": {
},
"pdf": {
"fontSize": 16
},
"plugins": [
"heading-anchors@1.0.3",
"ga@1.0.1",
"richquotes@0.0.9",
"github@2.0.0",
"language-picker",
"sidebar-ads",
"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-ads": {
"ads": [
{
"imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg",
"url": "https://surveys.jetbrains.com/s3/w-django-girls-survey-2024",
"description": "💖 Celebrate 10 years with us. Fill our survey! ✨",
"btnText": "Fill in now!"
},
{
"imageUrl": "https://static.djangoproject.com/img/logos/django-logo-negative.png",
"url": "https://www.djangoproject.com/",
"description": "💖 The DSF supports the development of Django! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/static/img/global/supporters/DO_Logo_Vertical_Blue.png",
"url": "https://www.digitalocean.com/",
"description": "💖 DigitalOcean simplifies cloud computing! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/posthog.png",
"url": "https://posthog.com/",
"description": "💖 PostHog offers a suite of product analysis tools! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/lincolnloop.png",
"url": "https://lincolnloop.com/",
"description": "💖 Lincoln Loop provides scalable content platforms! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/torchbox.png",
"url": "https://torchbox.com/",
"description": "💖 Torchbox, the creators of Wagtail! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://www.pythonanywhere.com/static/anywhere/images/PA-logo.svg",
"url": "https://www.pythonanywhere.com/",
"description": "💖 Host, run, and code Python in the cloud! ✨",
"btnText": "Learn more! "
},
{
"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!"
},
{
"imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg",
"url": "https://djangogirls.org/en/contact/",
"description": "💖 Want to support our work? ✨",
"btnText": "Contact Us!"
}
]
},
"sectionx": {
"tag": "b"
}
}
}