From 246a77815f21557765d0badc65b137412939cb40 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 13 Dec 2018 13:54:34 +0100 Subject: [PATCH] Add new file --- book.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 book.json diff --git a/book.json b/book.json new file mode 100644 index 0000000..5c37dcf --- /dev/null +++ b/book.json @@ -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 + } +} +} \ No newline at end of file