|
1 | 1 | { |
2 | | - "gitbook": ">=3.2.0", |
3 | | - "variables": { |
4 | | - "py_version": "3.8", |
5 | | - "py_release": "3.8.6", |
6 | | - "py_min_version": "3.6", |
7 | | - "py_min_release": "3.6.8", |
8 | | - "pa_py_version": "3.8", |
9 | | - "django_version": "3.2.10" |
10 | | - }, |
11 | | - "links": { |
12 | | - "sidebar": { |
13 | | - "Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial" |
14 | | - } |
15 | | - }, |
16 | | - "pdf": { |
17 | | - "fontSize": 16 |
18 | | - }, |
19 | | - "plugins": [ |
20 | | - "heading-anchors@1.0.3", |
21 | | - "ga@1.0.1", |
22 | | - "richquotes@0.0.9", |
23 | | - "github@2.0.0", |
24 | | - "language-picker", |
25 | | - "sidebar-ads", |
26 | | - "codeblock-label", |
27 | | - "sectionx-ex", |
28 | | - "collapsible-menu" |
29 | | - ], |
30 | | - "pluginsConfig": { |
31 | | - "ga": { |
32 | | - "token": "UA-51680040-3" |
33 | | - }, |
34 | | - "richquotes": { |
35 | | - "default": false |
36 | | - }, |
37 | | - "github": { |
38 | | - "url": "https://github.com/DjangoGirls/tutorial" |
39 | | - }, |
40 | | - "language-picker": { |
41 | | - "grid-columns": 3 |
42 | | - }, |
43 | | - "sidebar-ads": { |
44 | | - "ads": [ |
45 | | - { |
46 | | - "imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg", |
47 | | - "url": "https://www.patreon.com/djangogirls", |
48 | | - "description": "💖 Support our work and donate to our project! ✨", |
49 | | - "btnText": "Donate now!" |
50 | | - }, |
51 | | - { |
52 | | - "imageUrl": "https://static.djangoproject.com/img/logos/django-logo-negative.png", |
53 | | - "url": "https://www.djangoproject.com/", |
54 | | - "description": "💖 The DSF supports the development of Django! ✨", |
55 | | - "btnText": "Learn more!" |
56 | | - }, |
57 | | - { |
58 | | - "imageUrl": "https://djangogirls.org/static/img/global/supporters/DO_Logo_Vertical_Blue.png", |
59 | | - "url": "https://www.digitalocean.com/", |
60 | | - "description": "💖 DigitalOcean simplifies cloud computing! ✨", |
61 | | - "btnText": "Learn more!" |
62 | | - }, |
63 | | - { |
64 | | - "imageUrl": "https://djangogirls.org/uploads/uploads/posthog.png", |
65 | | - "url": "https://posthog.com/", |
66 | | - "description": "💖 PostHog offers a suite of product analysis tools! ✨", |
67 | | - "btnText": "Learn more!" |
68 | | - }, |
69 | | - { |
70 | | - "imageUrl": "https://djangogirls.org/uploads/uploads/lincolnloop.png", |
71 | | - "url": "https://lincolnloop.com/", |
72 | | - "description": "💖 Lincoln Loop provides scalable content platforms! ✨", |
73 | | - "btnText": "Learn more!" |
74 | | - }, |
75 | | - { |
76 | | - "imageUrl": "https://djangogirls.org/uploads/uploads/torchbox.png", |
77 | | - "url": "https://torchbox.com/", |
78 | | - "description": "💖 Torchbox, the creators of Wagtail! ✨", |
79 | | - "btnText": "Learn more!" |
80 | | - }, |
81 | | - { |
82 | | - "imageUrl": "https://www.pythonanywhere.com/static/anywhere/images/PA-logo.svg", |
83 | | - "url": "https://www.pythonanywhere.com/", |
84 | | - "description": "💖 Host, run, and code Python in the cloud! ✨", |
85 | | - "btnText": "Learn more! " |
86 | | - }, |
87 | | - { |
88 | | - "imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg", |
89 | | - "url": "https://djangogirls.org/en/contact/", |
90 | | - "description": "💖 Want to support our work? ✨", |
91 | | - "btnText": "Contact Us!" |
92 | | - } |
93 | | - ] |
94 | | - }, |
95 | | - "sectionx": { |
96 | | - "tag": "b" |
97 | | - } |
98 | | - } |
| 2 | + "gitbook": ">=3.2.0", |
| 3 | + "variables": { |
| 4 | + "py_version": "3.12", |
| 5 | + "py_release": "3.12.3", |
| 6 | + "py_min_version": "3.9", |
| 7 | + "py_min_release": "3.9.19", |
| 8 | + "pa_py_version": "3.12", |
| 9 | + "django_version": "4.2.11" |
| 10 | + }, |
| 11 | + "links": { |
| 12 | + "sidebar": { |
| 13 | + "Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial" |
| 14 | + } |
| 15 | + }, |
| 16 | + "pdf": { |
| 17 | + "fontSize": 16 |
| 18 | + }, |
| 19 | + "plugins": [ |
| 20 | + "heading-anchors@1.0.3", |
| 21 | + "ga@1.0.1", |
| 22 | + "richquotes@0.0.9", |
| 23 | + "github@2.0.0", |
| 24 | + "language-picker", |
| 25 | + "sidebar-ads", |
| 26 | + "codeblock-label", |
| 27 | + "sectionx-ex", |
| 28 | + "collapsible-menu" |
| 29 | + ], |
| 30 | + "pluginsConfig": { |
| 31 | + "ga": { |
| 32 | + "token": "UA-51680040-3" |
| 33 | + }, |
| 34 | + "richquotes": { |
| 35 | + "default": false |
| 36 | + }, |
| 37 | + "github": { |
| 38 | + "url": "https://github.com/DjangoGirls/tutorial" |
| 39 | + }, |
| 40 | + "language-picker": { |
| 41 | + "grid-columns": 3 |
| 42 | + }, |
| 43 | + "sidebar-ads": { |
| 44 | + "ads": [ |
| 45 | + { |
| 46 | + "imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg", |
| 47 | + "url": "https://www.patreon.com/djangogirls", |
| 48 | + "description": "💖 Support our work and donate to our project! ✨", |
| 49 | + "btnText": "Donate now!" |
| 50 | + }, |
| 51 | + { |
| 52 | + "imageUrl": "https://static.djangoproject.com/img/logos/django-logo-negative.png", |
| 53 | + "url": "https://www.djangoproject.com/", |
| 54 | + "description": "💖 The DSF supports the development of Django! ✨", |
| 55 | + "btnText": "Learn more!" |
| 56 | + }, |
| 57 | + { |
| 58 | + "imageUrl": "https://djangogirls.org/static/img/global/supporters/DO_Logo_Vertical_Blue.png", |
| 59 | + "url": "https://www.digitalocean.com/", |
| 60 | + "description": "💖 DigitalOcean simplifies cloud computing! ✨", |
| 61 | + "btnText": "Learn more!" |
| 62 | + }, |
| 63 | + { |
| 64 | + "imageUrl": "https://djangogirls.org/uploads/uploads/posthog.png", |
| 65 | + "url": "https://posthog.com/", |
| 66 | + "description": "💖 PostHog offers a suite of product analysis tools! ✨", |
| 67 | + "btnText": "Learn more!" |
| 68 | + }, |
| 69 | + { |
| 70 | + "imageUrl": "https://djangogirls.org/uploads/uploads/lincolnloop.png", |
| 71 | + "url": "https://lincolnloop.com/", |
| 72 | + "description": "💖 Lincoln Loop provides scalable content platforms! ✨", |
| 73 | + "btnText": "Learn more!" |
| 74 | + }, |
| 75 | + { |
| 76 | + "imageUrl": "https://djangogirls.org/uploads/uploads/torchbox.png", |
| 77 | + "url": "https://torchbox.com/", |
| 78 | + "description": "💖 Torchbox, the creators of Wagtail! ✨", |
| 79 | + "btnText": "Learn more!" |
| 80 | + }, |
| 81 | + { |
| 82 | + "imageUrl": "https://www.pythonanywhere.com/static/anywhere/images/PA-logo.svg", |
| 83 | + "url": "https://www.pythonanywhere.com/", |
| 84 | + "description": "💖 Host, run, and code Python in the cloud! ✨", |
| 85 | + "btnText": "Learn more! " |
| 86 | + }, |
| 87 | + { |
| 88 | + "imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg", |
| 89 | + "url": "https://djangogirls.org/en/contact/", |
| 90 | + "description": "💖 Want to support our work? ✨", |
| 91 | + "btnText": "Contact Us!" |
| 92 | + } |
| 93 | + ] |
| 94 | + }, |
| 95 | + "sectionx": { |
| 96 | + "tag": "b" |
| 97 | + } |
| 98 | + } |
99 | 99 | } |
0 commit comments