Skip to content

Commit

Permalink
Create book.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-collins committed Jan 7, 2024
1 parent c30b4f5 commit cf7bc99
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"title": "DMD Art & Design Course Resources",
"author": "DMD Program Faculty",
"language": "en",
"plugins": [
"oerschema",
"youtube",
"codeblock-disable-glossary",
"github-edit",
"-sharing",
"toolbar"
],
"pluginsConfig": {
"github-edit": {
"repo": "dmd-program/art-design-course-resources",
"branch": "master"
},
"toolbar": {
"buttons":
[
{
"label": "Download PDF",
"icon": "fa fa-file-pdf-o",
"url": "https://dmd-program.github.io/art-design-course-resources/exports/art-design-course-resources.pdf",
"target": "_blank"
},
{
"label": "Download ebook",
"icon": "fa fa-book",
"url": "https://dmd-program.github.io/art-design-course-resources/exports/art-design-course-resources.epub",
"target": "_blank"
}

]
}
}
}

0 comments on commit cf7bc99

Please sign in to comment.