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,