gitbook-plugin-baidu-nfer

1.3.0 • Public • Published

Baidu Analytics tracking for GitBook

Dependency Status devDependency Status

A gitbook plugin to add Baidu Analytics for your book

Install Plugin

Install with this command:

npm install gitbook-plugin-baidu-nfer

or add this to your book.json config:

{
    "plugin": ["baidu-nfer"]
}

and install it using:

gitbook install ./

Use Plugin

First you should have a Baidu Analytics token, looks like c12134efe8099063bacebecb25df3b7d.

Then add your token to book.json config:

{
    "plugin": ["baidu-nfer"],
    "pluginsConfig": {
        "baidu-nfer": {
            "token": "YOUR TOKEN"
        }
    }
}

Finally build your book with gitbook again and you'll get what you want.

History

  • Ver 0.0.2 init

Package Sidebar

Install

npm i gitbook-plugin-baidu-nfer

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

14.2 kB

Total Files

5

Last publish

Collaborators

  • nfer