UNPKG

gitbook-plugin-ancre-navigation

Version:

Supports two navigation mode, title, anchor effect is the default theme, style, follow the website

23 lines (22 loc) 552 B
var _start = require('./assets/lib/plugin'); var Config = require('./assets/lib/config'); require('./assets/lib/log'); module.exports = { book: { assets: "./assets", css: ["style/plugin.css"] }, hooks: { "init": function () { Config.handlerAll(this); }, "page": function (page) { if (Config.config.printLog) { console.info("INFO"); } var bookIns = this; _start(bookIns, page); return page; } } };