Add new file
This commit is contained in:
parent
88c212f203
commit
246a77815f
1 changed files with 12 additions and 0 deletions
12
book.json
Normal file
12
book.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"plugins": [ "theme-gestalt", "-theme-default", "styles-sass-fix" ],
|
||||||
|
"pluginsConfig": {
|
||||||
|
"theme-gestalt": {
|
||||||
|
"logo": "/assets/logo.png", // path to the logo file to use in the sidebar
|
||||||
|
"favicon": "/assets/favicon.png", // path to your favicon
|
||||||
|
"baseUrl": null, // sets the base url in the HTML head
|
||||||
|
"excludeDefaultStyles": true, // excludes the pre-compiled theme css in favor of your custom css
|
||||||
|
"doNotHideChildrenChapters" : false // in summary, disables hiding of child chapters for inactive chapter
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue