From 16ef5d63ba8f3a546100f082a8e2c78d429f2e07 Mon Sep 17 00:00:00 2001 From: Aleen Date: Mon, 24 Apr 2017 15:59:27 +0800 Subject: [PATCH] Adding a plugin named `page-treeview` --- book.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/book.json b/book.json index a776c7b..e9e4ffe 100644 --- a/book.json +++ b/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" + } } }