forked from DjangoGirls/tutorial-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
28 lines (28 loc) · 768 Bytes
/
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
{
"gitbook": ">=3.1.1",
"plugins": [
"heading-anchors",
"github",
"codeblock-label",
"sidebar-ad",
"language-picker"
],
"pluginsConfig": {
"richquotes" : {
"default" : false
},
"github": {
"url": "https://github.com/DjangoGirls/tutorial-extensions"
},
"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!"
},
"language-picker": {
"grid-columns": 3
}
}
}