forked from DjangoGirls/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
31 lines (27 loc) · 711 Bytes
/
book.json
File metadata and controls
31 lines (27 loc) · 711 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
30
31
{
"links": {
"home": false,
"about": "http://djangogirls.org",
"issues": false,
"contribute": "https://github.com/DjangoGirls/tutorial/blob/master/CONTRIBUTING.md",
"custom": {
"Django documentation": "http://docs.djangoproject.com"
},
"sharing": {
"google": false,
"facebook": "https://www.facebook.com/djangogirls",
"twitter": "http://twitter.com/djangogirls"
}
},
"plugins": [
"anchors", "ga", "richquotes"
],
"pluginsConfig": {
"ga": {
"token": "UA-51680040-3"
},
"richquotes" : {
"todos" : true
}
}
}