-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbook.json
34 lines (34 loc) · 995 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
29
30
31
32
33
34
{
"gitbook": ">=3.2.0",
"links": {
"sidebar": {
"Serve Aiuto? Scrivici!": "https://t.me/djangogirls_ita"
}
},
"pdf": {
"fontSize": 16
},
"plugins": [
"sidebar-ad",
"codeblock-label",
"sectionx",
"prism-djangogirls@git+https://github.com/simobasso/gitbook-plugin-prism-djangogirls.git"
],
"pluginsConfig": {
"richquotes": {
"default": false
},
"github": {
"url": "https://github.com/simobasso/djangogirls_revamped"
},
"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!"
}
}
}