Add baidu tongji to html files.
Add the plugin to your book.json
:
{
"plugins": ["tongji"]
}
and run install command
$ gitbook install
You can add the following configuration params to your book.json
:
{
"plugins": ["tongji"],
"pluginsConfig": {
"tongji": {
"token": "xxxxxxxxx"
}
}
}
MIT License