mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-26 15:06:18 +00:00
Merge pull request #167 from aleen42/patch-1
Add a plugin `page-treeview`
This commit is contained in:
commit
d7de30ef8a
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
Block a user