3.0.0 • Published 7 years ago

gitbook-plugin-github v3.0.0

Weekly downloads
14,816
License
Apache-2.0
Repository
github
Last release
7 years ago

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.