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
28 lines (27 loc) · 699 Bytes
/
book.json
File metadata and controls
28 lines (27 loc) · 699 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
{
"links": {
"sidebar": {
"Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial"
}
},
"plugins": [
"anchors@0.4.0",
"ga@0.2.1",
"richquotes@0.0.5",
"edit-link@1.4.1",
"gitbook-plugin-codeblock-filename@git+https://github.com/aniav/gitbook-plugin-codeblock-filename.git"
],
"pluginsConfig": {
"ga": {
"token": "UA-51680040-3"
},
"richquotes" : {
"todos" : true
},
"edit-link": {
"base": "https://github.com/djangogirls/tutorial/edit/master",
"label": "Edit This Page"
}
},
"gitbook": "2.1.0"
}