forked from maidsafe-archive/SystemDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
28 lines (28 loc) · 727 Bytes
/
book.json
File metadata and controls
28 lines (28 loc) · 727 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
{
"generator": "site",
"title": "SystemDocs",
"description": "System Documents",
"github": null,
"githubHost": "https://github.com/",
"plugins": [
"disqus",
"ga"
],
"pluginsConfig": {
"disqus": {
"shortName": "systemdocs"
},
"ga": {
"token": "UA-32549768-3"
}
},
"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"
}
}
}