From 995353058cb14329c62c638e7a36a72fdcc54bee Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 13 Apr 2020 19:18:30 -0600 Subject: [PATCH] Update book.json --- book.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index 2085651..4e6b817 100644 --- a/book.json +++ b/book.json @@ -1,10 +1,14 @@ { - "plugins": ["theme-default", "-lunr", "-search"], + "plugins": ["theme-default", "-lunr", "-search", "search-plus", "addcssjs", "favicon-plus", "github-edit", "anchors", "last-modified", "medium-zoom"], "pluginsConfig": { "fontsettings": { "theme": "night", "family": "sans" }, + "github-edit": { + "repo": "dortania/Getting-Started-With-ACPI", + "branch": "master" + }, "favicon": "/icons/favicon.ico", "appleTouchIconPrecomposed152": "/icons/appleTouchIconPrecomposed152.png", "output": "_book" @@ -18,6 +22,11 @@ "all": false } }, + "medium-zoom": { + "margin": 24, + "background": "#363b40", + "scrollOffset": 0 + }, "pdf": { "pageNumbers": false, "fontSize": 12,