plugin-github

Display a link to your GitHub repo in your gitbook.

Usage

Put this in your book.json:

  1. {
  2. "plugins": [ "github" ],
  3. "pluginsConfig": {
  4. "github": {
  5. "url": "https://github.com/your/repo"
  6. }
  7. }
  8. }

And you’re done!

Credits

Original work by @mjackson.