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
- Host: GitHub
- URL: https://github.com/gitbookio/plugin-github
- Owner: GitbookIO
- License: apache-2.0
- Created: 2015-08-19T17:14:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T23:16:37.000Z (almost 9 years ago)
- Last Synced: 2024-04-30T04:04:05.621Z (over 1 year ago)
- Topics: gitbook, github
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 24
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).