UNPKG

gitbook-plugin-github

Version:

Integrate your website with your GitHub repository.

26 lines (17 loc) 355 B
## plugin-github Display a link to your GitHub repo in your gitbook. ### Usage Put this in your book.json: ```js { "plugins": [ "github" ], "pluginsConfig": { "github": { "url": "https://github.com/your/repo" } } } ``` And you're done! ### Credits Original work by [@mjackson](https://github.com/mjackson).