1 2 3 4 5 6 7 8 9 10 11
const GitBook = require('gitbook-core'); module.exports = GitBook.createPlugin({ activate: (dispatch, getState) => { // Dispatch initialization actions }, deactivate: (dispatch, getState) => { // Dispatch cleanup actions }, reduce: (state, action) => state });