An open API service indexing awesome lists of open source software.

https://github.com/gitbookio/plugin-github

Display a link to your GitHub repo in your gitbook
https://github.com/gitbookio/plugin-github

gitbook github

Last synced: 3 months ago
JSON representation

Display a link to your GitHub repo in your gitbook

Awesome Lists containing this project

README

          

## 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).