UNPKG
book-plugin
Version:
latest (1.0.0)
1.0.0
gitbook plugin
github.com/crenkore/book-plugin
crenkore/book-plugin
book-plugin
/
index.js
13 lines
(11 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= {
hooks
: {
// Index each page
'page'
:
function
(
page
) {
console
.
log
(
'page ok'
); },
// Write index to disk
'finish'
:
function
(
) { } } };