gitbook-plugin-github

Integrate your website with your GitHub repository.

Apache-2.0 5 个版本
安装
npm install gitbook-plugin-github
yarn add gitbook-plugin-github
pnpm add gitbook-plugin-github
bun add gitbook-plugin-github
README

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.

版本列表
3.0.0 2017-02-19
2.0.0 2015-11-05
1.1.0 2015-08-20
1.0.2 2015-08-19
1.0.0 2015-08-19