forked from DjangoGirls/tutorial-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
27 lines (27 loc) · 772 Bytes
/
book.json
File metadata and controls
27 lines (27 loc) · 772 Bytes
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
{
"gitbook": ">=3.1.1",
"plugins": [
"heading-anchors",
"richquotes@0.0.7",
"github",
"sidebar-ad",
"language-picker"
],
"pluginsConfig": {
"richquotes" : {
"default" : false
},
"github": {
"url": "https://github.com/DjangoGirls/tutorial-extensions"
},
"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!"
},
"language-picker": {
"grid-columns": 3
}
}
}