chapter-fold
支持多层目录,点击导航栏的标题名就可以实现折叠扩展。
How to use it?
Add it to your book.json
configuration:
{
plugins: ["chapter-fold"]
}
Install your plugins using:
代码语言:javascript复制$ gitbook install
Configuration
There is no configuration needed at the moment, can be left empty.
代码语言:javascript复制{
"pluginsConfig": {
"chapter-fold":{}
}
}