Skip to content

Files

Latest commit

77b303d · Sep 22, 2018

History

History

gitbook-plugin-github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 22, 2018
Sep 22, 2018
Sep 22, 2018
Sep 22, 2018
Sep 22, 2018

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.