forked from DjangoGirls/organizer-manual
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
24 lines (24 loc) · 844 Bytes
/
book.json
File metadata and controls
24 lines (24 loc) · 844 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
{
"gitbook": ">=3.1.1",
"plugins": [
"heading-anchors",
"rss",
"sidebar-ad",
"collapsible-chapters"
],
"pluginsConfig": {
"rss": {
"title": "Django Girls Organizers Manual",
"description": "Guidelines and tips to organize an awesome Django Girls event.",
"author": "Django Girls",
"site_url": "http://organize.djangogirls.org/",
"feed_url": "http://organize.djangogirls.org/rss"
},
"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!"
}
}
}