generated from michael-collins/gitbook-autopublish-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
38 lines (36 loc) · 999 Bytes
/
book.json
File metadata and controls
38 lines (36 loc) · 999 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
29
30
31
32
33
34
35
36
37
38
{
"title": "Motion Capture (Rokoko)",
"author": "Matthew De La Nuez",
"language": "en",
"plugins": [
"oerschema",
"codeblock-disable-glossary",
"github-edit",
"-sharing",
"toolbar",
"youtube"
],
"pluginsConfig": {
"github-edit": {
"repo": "dmd-program/motion-capture",
"branch": "master"
},
"toolbar": {
"buttons":
[
{
"label": "Download PDF",
"icon": "fa fa-file-pdf-o",
"url": "/motion-capture/exports/motion-capture.pdf",
"target": "_blank"
},
{
"label": "Download ebook",
"icon": "fa fa-book",
"url": "/motion-capture/exports/motion-capture.epub",
"target": "_blank"
}
]
}
}
}