forked from incubaid/dev_process
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
27 lines (27 loc) · 804 Bytes
/
book.json
File metadata and controls
27 lines (27 loc) · 804 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
{
"gitbook": ">=2.0.0",
"plugins": ["edit-link","googledocs","atoc","github","image-captions","mermaid","highlight2","codeblock","include-codeblock","include","zingchart","ace"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/Incubaid/dev_process/edit/master/",
"label": "Edit This Page"
},
"googledocs": {
"rm": "minimal",
"frameborder": "0",
"width": "100%",
"height": "500px",
"noembed": "new window"
},
"atoc": {
"addClass": true,
"className": "atoc"
},
"chart": {
"type": "highcharts"
},
"github": {
"url": "https://github.com/Incubaid/dev_process"
}
}
}