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
26 lines (26 loc) · 694 Bytes
/
book.json
File metadata and controls
26 lines (26 loc) · 694 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
{
"links": {
"about": false,
"issues": false,
"contribute": false,
"custom": {
"Django Girls": "http://djangogirls.org",
"Django documentation": "http://docs.djangoproject.com",
"Contributing": "http://tutorial.djangogirls.org/contributing_and_editing_this_book/README.html"
},
"sharing": {
"google": false,
"facebook": "https://www.facebook.com/djangogirls",
"twitter": "http://twitter.com/djangogirls"
}
},
"plugins": [
"ga",
"anchors"
],
"pluginsConfig": {
"ga": {
"token": "UA-51680040-3"
}
}
}