generated from michael-collins/gitbook-autopublish-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
37 lines (36 loc) · 984 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
34
35
36
37
{
"title": "DART 100: Introduction to Digital Art & Media Design",
"author": "Benjamin Andrew",
"language": "en",
"plugins": [
"oerschema",
"video",
"codeblock-disable-glossary",
"github-edit",
"-sharing",
"toolbar"
],
"pluginsConfig": {
"github-edit": {
"repo": "dmd-program/dart-100",
"branch": "master"
},
"toolbar": {
"buttons":
[
{
"label": "Download PDF",
"icon": "fa fa-file-pdf-o",
"url": "/dart-100/exports/dart-100.pdf",
"target": "_blank"
},
{
"label": "Download ebook",
"icon": "fa fa-book",
"url": "/dart-100/exports/dart-100.epub",
"target": "_blank"
}
]
}
}
}