forked from DjangoGirls/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
29 lines (29 loc) · 641 Bytes
/
book.json
File metadata and controls
29 lines (29 loc) · 641 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
28
29
{
"gitbook": ">=3.0.0-pre.5",
"links": {
"sidebar": {
"Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial"
}
},
"plugins": [
"heading-anchors@1.0.3",
"ga@1.0.1",
"richquotes@0.0.7",
"github@2.0.0",
"language-picker"
],
"pluginsConfig": {
"ga": {
"token": "UA-51680040-3"
},
"richquotes": {
"default": false
},
"github": {
"url": "https://github.com/DjangoGirls/tutorial"
},
"language-picker": {
"grid-columns": 3
}
}
}