mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-02 14:01:49 +00:00
Adding a plugin named page-treeview
This commit is contained in:
10
book.json
10
book.json
@@ -3,7 +3,8 @@
|
|||||||
"author": "yeasy",
|
"author": "yeasy",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"image-captions",
|
"image-captions",
|
||||||
"github-buttons"
|
"github-buttons",
|
||||||
|
"page-treeview"
|
||||||
],
|
],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
"image-captions": {
|
"image-captions": {
|
||||||
@@ -19,6 +20,11 @@
|
|||||||
"watch"
|
"watch"
|
||||||
],
|
],
|
||||||
"size": "small"
|
"size": "small"
|
||||||
}
|
},
|
||||||
|
"page-treeview": {
|
||||||
|
"copyright": "Copyright © yeasy",
|
||||||
|
"minHeaderCount": "2",
|
||||||
|
"minHeaderDeep": "2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user