gitbook-plugin-github

Integrate your website with your GitHub repository.


Keywords
gitbook:social, gitbook, github
License
Apache-2.0
Install
npm install gitbook-plugin-github@3.0.0

Documentation

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.