@kilbot/gitbook-plugin-disqus

0.2.0 • Public • Published

Disqus integration for GitBook

To use the Disqus plugin in your Gitbook project, add the disqus plugin to the book.json file, along with your shortname (you create a shortname for disqus by creating a new website on the disqus.com website)

{
    "plugins": ["disqus"],
    "pluginsConfig": {
        "disqus": {
            "shortName": "XXXXXXX"
        }
    }
}

Then run gitbook install to download and install the plugin.

Readme

Keywords

none

Package Sidebar

Install

npm i @kilbot/gitbook-plugin-disqus

Weekly Downloads

0

Version

0.2.0

License

Apache-2.0

Last publish

Collaborators

  • kilbot