diff --git a/book.json b/book.json index 61556a3..0e25b60 100644 --- a/book.json +++ b/book.json @@ -1,9 +1,20 @@ { - "plugins": [ "github", - "toggle-chapters"], + "plugins": [ + "github", + "toggle-chapters", + "github-buttons" + ], "pluginsConfig": { "github": { "url": "https://github.com/TwoWater/Python" + }, + "github-buttons": { + "repo": "azu/JavaScript-Plugin-Architecture", + "types": [ + "star", + "watch" + ], + "size": "large" } } } \ No newline at end of file