forked from maidsafe-archive/SystemDocs
-
Notifications
You must be signed in to change notification settings - Fork 8
/
book.json
34 lines (34 loc) · 861 Bytes
/
book.json
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
32
33
34
{
"generator": "site",
"title": "SystemDocs",
"description": "System Documents",
"github": null,
"githubHost": "https://github.com/",
"plugins": [
"disqus",
"ga",
"customtheme"
],
"pluginsConfig": {
"disqus": {
"shortName": "systemdocs"
},
"ga": {
"token": "UA-32549768-3"
},
"customtheme": {
"css": [
"custom/scroll-fix.css"
]
}
},
"links": {
"home": "https://github.com/maidsafe/systemdocs/tree/master",
"about": "http://maidsafe.net",
"issues": "https://github.com/maidsafe/systemdocs/issues",
"sharing": {
"google": "https://plus.google.com/u/0/+MaidsafeNet/posts",
"twitter": "https://twitter.com/maidsafe"
}
}
}