c6db5e8fef | ||
---|---|---|
.. | ||
assets | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
README.md
plugin-github
Display a link to your GitHub repo in your gitbook.
Usage
Put this in your book.json:
{
"plugins": [ "github" ],
"pluginsConfig": {
"github": {
"url": "https://github.com/your/repo"
}
}
}
And you're done!
Credits
Original work by @mjackson.