Adding a plugin named `page-treeview`
parent
118b26f0a2
commit
16ef5d63ba
10
book.json
10
book.json
|
@ -3,7 +3,8 @@
|
|||
"author": "yeasy",
|
||||
"plugins": [
|
||||
"image-captions",
|
||||
"github-buttons"
|
||||
"github-buttons",
|
||||
"page-treeview"
|
||||
],
|
||||
"pluginsConfig": {
|
||||
"image-captions": {
|
||||
|
@ -19,6 +20,11 @@
|
|||
"watch"
|
||||
],
|
||||
"size": "small"
|
||||
}
|
||||
},
|
||||
"page-treeview": {
|
||||
"copyright": "Copyright © yeasy",
|
||||
"minHeaderCount": "2",
|
||||
"minHeaderDeep": "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue