forked from OSGP/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
33 lines (33 loc) · 923 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
{
"gitbook": "2.0.2",
"title": "Grid eXchange Fabric Documentation",
"description": "GitBook containing documentation for the Grid eXchange Fabric Project.",
"structure": {
"readme": "INTRO.md"
},
"variables": {
"myHelloWorldVariable": "Hello World"
},
"plugins": ["edit-link","collapsible-menu"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/OSGP/Documentation/edit/development",
"label": "Fix This Page"
}
},
"links": {
"sidebar": {
"Download as PDF": "http://documentation.opensmartgridplatform.org/osgp-documentation.pdf"
},
"home": null,
"about": false,
"issues": false,
"contribute": false,
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"all": false
}
}
}