diff --git a/book.json b/book.json index ccc22f8..d2c5305 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,11 @@ { + "plugins": [ "github" ], + "pluginsConfig": { + "github": { + "url": "https://github.com/your/repo" + } + } "structure": { "readme": "01-Preface.md" } -} \ No newline at end of file +}