1.0.2 • Published 2 years ago

gitbook-plugin-octocat v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

gitbook-plugin-octocat

npm version Known Vulnerabilities

Display a link to your GitHub repository in your GitBook/HonKit.

Installation

Install via npm:

npm install gitbook-plugin-octocat --save-dev

Usage

Put this in your book.json:

{
    "plugins": [ "octocat" ],
    "pluginsConfig": {
        "octocat": {
            "url": "https://github.com/your/repo"
        }
    }
}

And you're done!

Credits

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago