test/book.json

21 lines
462 B
JSON

{
"plugins": [
"theme-gestalt",
"-theme-default",
"styles-sass-fix"
],
"pluginsConfig": {
"theme-gestalt": {
"excludeDefaultStyles": true,
"logo": "/test/assets/logo.png",
"favicon": "/test/assets/favicon.png",
"baseUrl": null,
"doNotHideChildrenChapters" : false
}
},
"styles": {
"website": "./styles/website.scss"
}
}