mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
9 lines
113 B
JavaScript
9 lines
113 B
JavaScript
module.exports = [
|
|
'init',
|
|
'finish',
|
|
'finish:before',
|
|
'config',
|
|
'page',
|
|
'page:before'
|
|
];
|