forked from electrode-io/electrode
-
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) · 675 Bytes
/
book.json
File metadata and controls
28 lines (28 loc) · 675 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
{
"root": "./docs",
"gitbook": "3.2.3",
"title": "Electrode Developer's Guide",
"description": "Electrode Platform Developer's Guide",
"plugins": [
"edit-link",
"prism",
"-highlight",
"github",
"anchorjs",
"add-path-to-parent",
"versions"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/electrode-io/electrode/tree/master/docs",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/electrode-io/electrode"
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/electrode-io/electrode/master/book.json",
"type": "branches"
}
}
}