gitbook-plugin-gtalk

0.0.9 • Public • Published

gitbook-plugin-gtalk

GitBook Plugin. A modern comment component based on GitHub Issue and Preact.

Usage

Add it to your book.json:

{
  "plugins": ["gtalk"],
  "pluginsConfig": {
    "gtalk": {
      "clientID": "GitHub Application Client ID",
      "clientSecret": "GitHub Application Client Secret",
      "repo": "GitHub repo",
      "owner": "GitHub repo owner",
      "admin": ["GitHub repo owner and collaborators, only these guys can initialize github issues"]
    }
  }
}

Get more information about options.

/gitbook-plugin-gtalk/

    Package Sidebar

    Install

    npm i gitbook-plugin-gtalk

    Weekly Downloads

    4

    Version

    0.0.9

    License

    MIT

    Unpacked Size

    32.1 kB

    Total Files

    12

    Last publish

    Collaborators

    • wangding