mirror of
https://github.com/DocsHome/microservices.git
synced 2025-11-05 20:47:04 +08:00
355 B
355 B
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.