gitbook-plugin-forkmegithub

2.2.0 • Public • Published

Fork Me GitBook Plugin

Display a ribbon linked to your GitHub repo in your gitbook.

NPM version License Downloads

Plugin Page

Image

Longer Page Width

ribbon with long width

Short Page Width

button with short width

Usage

Put this in your book.json:

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

Properties

  • url: Your github repository
  • color: Ribbon color (default: gray)
    • gray, darkblue, red, green, orange

Contributing

Hope your request!

Fork me on GitHub, and request your fix in this!

Package Sidebar

Install

npm i gitbook-plugin-forkmegithub

Weekly Downloads

69

Version

2.2.0

License

MIT

Last publish

Collaborators

  • mizunashi_mana