diff --git a/book.json b/book.json new file mode 100644 index 0000000..a2cfc16 --- /dev/null +++ b/book.json @@ -0,0 +1,14 @@ +{ + "plugins": [ + "collapsible-chapters", + "comment", + "hide-published-with", + "github" + ], + "pluginsConfig": { + "collapsible-chapters": {}, + "github": { + "url": "https://github.com/inu-appcenter/server-tech-blog" + } + } + } \ No newline at end of file