2.3.5 • Published 2 years ago

gitbook-plugin-forkmegithub-cn v2.3.5

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Fork Me GitBook Plugin

在原仓库基础上,修改 fork-me-on-github 图片的地址,提高国内用户访问图片的速度。插件的用法不变。

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!